Html Css Color HEX #8C6DCC True V

📋 copy color: '#8C6DCC'

red 140 ◦ green 109 ◦ blue 204

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

Shades of True V #8C6DCC

Tints of True V #8C6DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.06%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 30.91%
G = 24.06%
B = 45.03%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C6DCC (or 0x8C6DCC) is known color: True V. HEX triplet: 8C, 6D and CC. RGB value is (140,109,204). Sum of RGB (Red+Green+Blue) = 140+109+204=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C6DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DCC is #739233. Grayscale: #808080. Windows color (decimal): -7574068 or 13397388. OLE color: 13397388.

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

Color convert

RGB 140 109 204 -
CMYK 0.31 0.47 0 0.2
HSL 259.58º 0.48% 0.61% -
HSV(B) 259.58º 0.47% 0.8% -
XYZ 27.18 20.87 59.72 -
YUV 129.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 140 109 204 0.31 0.47 0 0.2 259.58 0.48 0.61
Hex 8C 6D CC 1F 2F 0 14 104 30 3D
Octal 214 155 314 37 57 0 24 404 60 75
Binary 10001100 1101101 11001100 11111 101111 0 10100 100000100 110000 111101

Color Harmonies of #8C6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6DCC

Black with #8C6DCC

Text Example


Text Example

White with #8C6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,109,204); }

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

background-color css

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

 a { background-color: rgb(140,109,204); }

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

border-color css

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

 span { border-color: rgb(140,109,204); }

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