Html Css Color HEX #8E6CCD True V

📋 copy color: '#8E6CCD'

red 142 ◦ green 108 ◦ blue 205

#8E6CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #8E6CCD

Tints of True V #8E6CCD

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 value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E6CCD (or 0x8E6CCD) is known color: 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

RGB 142 108 205 -
CMYK 0.31 0.47 0 0.20
HSL 261.03º 0.49% 0.61% -
HSV(B) 261.03º 0.47% 0.8% -
XYZ 27.54 20.88 60.34 -
YUV 129.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 142 108 205 0.31 0.47 0 0.20 261.03 0.49 0.61
Hex 8E 6C CD 1F 2F 0 14 105 31 3D
Octal 216 154 315 37 57 0 24 405 61 75
Binary 10001110 1101100 11001101 11111 101111 0 10100 100000101 110001 111101

Color Harmonies of #8E6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6CCD

Black with #8E6CCD

Text Example


Text Example

White with #8E6CCD

Text Example


Text Example

HTML Codes & Css Web 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>