Html Css Color HEX #8A72BE True V

📋 copy color: '#8A72BE'

red 138 ◦ green 114 ◦ blue 190

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

Shades of True V #8A72BE

Tints of True V #8A72BE

RGB

 RED value IS 138 (54.3% from 255) = 31.22%

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

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

R = 31.22%
G = 25.79%
B = 42.99%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A72BE (or 0x8A72BE) is known color: True V. HEX triplet: 8A, 72 and BE. RGB value is (138,114,190). Sum of RGB (Red+Green+Blue) = 138+114+190=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72BE is #758D41. Grayscale: #818181. Windows color (decimal): -7703874 or 12481162. OLE color: 12481162.

HSL color Cylindrical-coordinate representation of color #8A72BE: hue angle of 258.95º 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 #8A72BE is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 114 190 -
CMYK 0.27 0.40 0 0.25
HSL 258.95º 0.37% 0.6% -
HSV(B) 258.95º 0.4% 0.75% -
XYZ 25.79 21.16 51.44 -
YUV 129.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 138 114 190 0.27 0.40 0 0.25 258.95 0.37 0.6
Hex 8A 72 BE 1B 28 0 19 103 25 3C
Octal 212 162 276 33 50 0 31 403 45 74
Binary 10001010 1110010 10111110 11011 101000 0 11001 100000011 100101 111100

Color Harmonies of #8A72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A72BE

Black with #8A72BE

Text Example


Text Example

White with #8A72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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