#8C69CC

Color #8C69CC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8C69CC

Tints of True V #8C69CC

Color information

#8C69CC (or 0x8C69CC) is unknown color: approx True V. HEX triplet: 8C, 69 and CC. RGB value is (140,105,204). Sum of RGB (Red+Green+Blue) = 140+105+204=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C69CC is #739633. Grayscale: #7E7E7E. Windows color (decimal): -7575092 or 13396364. OLE color: 13396364.

HSL color Cylindrical-coordinate representation of color #8C69CC: hue angle of 261.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C69CC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140105204-
CMYK0.310.4900.2
HSL261.21º49.25%60.59%-
HSV(B)261.21º48.53%80%-
XYZ26.7720.0459.58-
YUV126.75171.6137.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 31.18%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=31.18%
G=23.39%
B=45.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401052040.310.4900.2261.2149.2560.59
Hex8C69CC1F31014105313d
Octal21415131437610244056175
Binary1000110011010011100110011111110001010100100000101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C69CC; }

 p { color: rgb(140,105,204); }

 H1.HeaderClassName
 {
   color: #8C69CC;
 }
 .AnyTagClassName
 {
   color: #8C69CC;
 }
</style>
background-color css

<style>
 a { background-color: #8C69CC; }

 a { background-color: rgb(140,105,204); }

 div.DivClassName
 {
   background-color: #8C69CC;
 }
 .BgClassName
 {
   background-color: #8C69CC;
 }
</style>
border-color css

<style>
 span { border-color: #8C69CC; }

 span { border-color: rgb(140,105,204); }

 td.TdClassName
 {
   border-color: #8C69CC;
 }
 .TagClassName
 {
   border-color: #8C69CC;
 }
</style>