Html Css Color HEX #8C6ECE True V

📋 copy color: '#8C6ECE'

red 140 ◦ green 110 ◦ blue 206

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

Shades of True V #8C6ECE

Tints of True V #8C6ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.12%

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

R = 30.7%
G = 24.12%
B = 45.18%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C6ECE (or 0x8C6ECE) is known color: True V. HEX triplet: 8C, 6E and CE. RGB value is (140,110,206). Sum of RGB (Red+Green+Blue) = 140+110+206=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6ECE is #739131. Grayscale: #818181. Windows color (decimal): -7573810 or 13528716. OLE color: 13528716.

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

Color convert

RGB 140 110 206 -
CMYK 0.32 0.47 0 0.19
HSL 258.75º 0.49% 0.62% -
HSV(B) 258.75º 0.47% 0.81% -
XYZ 27.53 21.18 61.03 -
YUV 129.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 140 110 206 0.32 0.47 0 0.19 258.75 0.49 0.62
Hex 8C 6E CE 20 2F 0 13 103 31 3E
Octal 214 156 316 40 57 0 23 403 61 76
Binary 10001100 1101110 11001110 100000 101111 0 10011 100000011 110001 111110

Color Harmonies of #8C6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6ECE

Black with #8C6ECE

Text Example


Text Example

White with #8C6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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