Html Css Color HEX #8C72CE True V

📋 copy color: '#8C72CE'

red 140 ◦ green 114 ◦ blue 206

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

Shades of True V #8C72CE

Tints of True V #8C72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

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

R = 30.43%
G = 24.78%
B = 44.78%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C72CE (or 0x8C72CE) is known color: True V. HEX triplet: 8C, 72 and CE. RGB value is (140,114,206). Sum of RGB (Red+Green+Blue) = 140+114+206=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C72CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C72CE is #738D31. Grayscale: #838383. Windows color (decimal): -7572786 or 13529740. OLE color: 13529740.

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

Color convert

RGB 140 114 206 -
CMYK 0.32 0.45 0 0.19
HSL 256.96º 0.48% 0.63% -
HSV(B) 256.96º 0.45% 0.81% -
XYZ 27.97 22.07 61.18 -
YUV 132.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 140 114 206 0.32 0.45 0 0.19 256.96 0.48 0.63
Hex 8C 72 CE 20 2D 0 13 101 30 3F
Octal 214 162 316 40 55 0 23 401 60 77
Binary 10001100 1110010 11001110 100000 101101 0 10011 100000001 110000 111111

Color Harmonies of #8C72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C72CE

Black with #8C72CE

Text Example


Text Example

White with #8C72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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