Html Css Color HEX #8C72BE True V

📋 copy color: '#8C72BE'

red 140 ◦ green 114 ◦ blue 190

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

Shades of True V #8C72BE

Tints of True V #8C72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 31.53%
G = 25.68%
B = 42.79%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C72BE (or 0x8C72BE) is known color: True V. HEX triplet: 8C, 72 and BE. RGB value is (140,114,190). Sum of RGB (Red+Green+Blue) = 140+114+190=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C72BE is #738D41. Grayscale: #828282. Windows color (decimal): -7572802 or 12481164. OLE color: 12481164.

HSL color Cylindrical-coordinate representation of color #8C72BE: hue angle of 260.53º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C72BE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 114 190 -
CMYK 0.26 0.40 0 0.25
HSL 260.53º 0.37% 0.6% -
HSV(B) 260.53º 0.4% 0.75% -
XYZ 26.13 21.33 51.45 -
YUV 130.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 140 114 190 0.26 0.40 0 0.25 260.53 0.37 0.6
Hex 8C 72 BE 1A 28 0 19 105 25 3C
Octal 214 162 276 32 50 0 31 405 45 74
Binary 10001100 1110010 10111110 11010 101000 0 11001 100000101 100101 111100

Color Harmonies of #8C72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C72BE

Black with #8C72BE

Text Example


Text Example

White with #8C72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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