#8C69CD

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

Shades of True V #8C69CD

Tints of True V #8C69CD

Color information

#8C69CD (or 0x8C69CD) is unknown color: approx True V. HEX triplet: 8C, 69 and CD. RGB value is (140,105,205). Sum of RGB (Red+Green+Blue) = 140+105+205=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C69CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C69CD is #739632. Grayscale: #7E7E7E. Windows color (decimal): -7575091 or 13461900. OLE color: 13461900.

HSL color Cylindrical-coordinate representation of color #8C69CD: hue angle of 261º degrees, saturation: 0.5, 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 #8C69CD is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140105205-
CMYK0.320.4900.20
HSL261º50%60.78%-
HSV(B)261º48.78%80.39%-
XYZ26.8920.0960.22-
YUV126.86172.1137.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.11%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=31.11%
G=23.33%
B=45.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401052050.320.4900.202615060.78
Hex8C69CD2031014105323d
Octal21415131540610244056275
Binary10001100110100111001101100000110001010100100000101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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