Html Css Color HEX #8B72BE True V

📋 copy color: '#8B72BE'

red 139 ◦ green 114 ◦ blue 190

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

Shades of True V #8B72BE

Tints of True V #8B72BE

RGB

 RED value IS 139 (54.69% from 255) = 31.38%

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

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

R = 31.38%
G = 25.73%
B = 42.89%

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

#8B72BE (or 0x8B72BE) is known color: True V. HEX triplet: 8B, 72 and BE. RGB value is (139,114,190). Sum of RGB (Red+Green+Blue) = 139+114+190=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B72BE is #748D41. Grayscale: #818181. Windows color (decimal): -7638338 or 12481163. OLE color: 12481163.

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

Color convert

RGB 139 114 190 -
CMYK 0.27 0.40 0 0.25
HSL 259.74º 0.37% 0.6% -
HSV(B) 259.74º 0.4% 0.75% -
XYZ 25.96 21.24 51.45 -
YUV 130.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 139 114 190 0.27 0.40 0 0.25 259.74 0.37 0.6
Hex 8B 72 BE 1B 28 0 19 104 25 3C
Octal 213 162 276 33 50 0 31 404 45 74
Binary 10001011 1110010 10111110 11011 101000 0 11001 100000100 100101 111100

Color Harmonies of #8B72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B72BE

Black with #8B72BE

Text Example


Text Example

White with #8B72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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