Html Css Color HEX #8C6CCE True V

📋 copy color: '#8C6CCE'

red 140 ◦ green 108 ◦ blue 206

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

Shades of True V #8C6CCE

Tints of True V #8C6CCE

RGB

 RED value IS 140 (55.08% from 255) = 30.84%

 GREEN value IS 108 (42.58% from 255) = 23.79%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 30.84%
G = 23.79%
B = 45.37%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C6CCE (or 0x8C6CCE) is known color: True V. HEX triplet: 8C, 6C and CE. RGB value is (140,108,206). Sum of RGB (Red+Green+Blue) = 140+108+206=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C6CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CCE is #739331. Grayscale: #808080. Windows color (decimal): -7574322 or 13528204. OLE color: 13528204.

HSL color Cylindrical-coordinate representation of color #8C6CCE: hue angle of 259.59º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C6CCE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 108 206 -
CMYK 0.32 0.48 0 0.19
HSL 259.59º 0.5% 0.62% -
HSV(B) 259.59º 0.48% 0.81% -
XYZ 27.32 20.76 60.96 -
YUV 128.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 140 108 206 0.32 0.48 0 0.19 259.59 0.5 0.62
Hex 8C 6C CE 20 30 0 13 104 32 3E
Octal 214 154 316 40 60 0 23 404 62 76
Binary 10001100 1101100 11001110 100000 110000 0 10011 100000100 110010 111110

Color Harmonies of #8C6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6CCE

Black with #8C6CCE

Text Example


Text Example

White with #8C6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,108,206); }

 H1.HeaderClassName
 {
   color: #8C6CCE;
 }
 .AnyTagClassName
 {
   color: #8C6CCE;
 }
</style>

background-color css

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

 a { background-color: rgb(140,108,206); }

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

border-color css

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

 span { border-color: rgb(140,108,206); }

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