#8E6CCB

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

Shades of True V #8E6CCB

Tints of True V #8E6CCB

Color information

#8E6CCB (or 0x8E6CCB) is unknown color: approx True V. HEX triplet: 8E, 6C and CB. RGB value is (142,108,203). Sum of RGB (Red+Green+Blue) = 142+108+203=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E6CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CCB is #719334. Grayscale: #808080. Windows color (decimal): -7443253 or 13331598. OLE color: 13331598.

HSL color Cylindrical-coordinate representation of color #8E6CCB: hue angle of 261.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E6CCB is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142108203-
CMYK0.300.4700.20
HSL261.47º47.74%60.98%-
HSV(B)261.47º46.8%79.61%-
XYZ27.320.7959.07-
YUV129169.76137.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=31.35%
G=23.84%
B=44.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421082030.300.4700.20261.4747.7460.98
Hex8E6CCB1E2F014105303d
Octal21615431336570244056075
Binary1000111011011001100101111110101111010100100000101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,203); }

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

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

 a { background-color: rgb(142,108,203); }

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

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

 span { border-color: rgb(142,108,203); }

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