#8E6CCD

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

Shades of True V #8E6CCD

Tints of True V #8E6CCD

Color information

#8E6CCD (or 0x8E6CCD) is unknown color: approx True V. HEX triplet: 8E, 6C and CD. RGB value is (142,108,205). Sum of RGB (Red+Green+Blue) = 142+108+205=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E6CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CCD is #719332. Grayscale: #808080. Windows color (decimal): -7443251 or 13462670. OLE color: 13462670.

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

Color convert

RGB142108205-
CMYK0.310.4700.20
HSL261.03º49.24%61.37%-
HSV(B)261.03º47.32%80.39%-
XYZ27.5420.8860.34-
YUV129.22170.76137.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.21%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=31.21%
G=23.74%
B=45.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421082050.310.4700.20261.0349.2461.37
Hex8E6CCD1F2F014105313d
Octal21615431537570244056175
Binary1000111011011001100110111111101111010100100000101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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