Html Css Color HEX #8B0AB8 Dark Violet

📋 copy color: '#8B0AB8'

red 139 ◦ green 10 ◦ blue 184

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

Shades of Dark Violet #8B0AB8

Tints of Dark Violet #8B0AB8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3%

 BLUE value IS 184 (72.27% from 255) = 55.26%

R = 41.74%
G = 3%
B = 55.26%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8B0AB8 (or 0x8B0AB8) is known color: Dark Violet. HEX triplet: 8B, 0A and B8. RGB value is (139,10,184). Sum of RGB (Red+Green+Blue) = 139+10+184=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 184 (72.27% from 255 or 55.26% from 333); Max value from RGB is 184 - color contains mainly: blue. Hex color #8B0AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0AB8 is #74F547. Grayscale: #434343. Windows color (decimal): -7664968 or 12061323. OLE color: 12061323.

HSL color Cylindrical-coordinate representation of color #8B0AB8: hue angle of 284.48º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0AB8 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 139 10 184 -
CMYK 0.24 0.95 0 0.28
HSL 284.48º 0.9% 0.38% -
HSV(B) 284.48º 0.95% 0.72% -
XYZ 19.41 9.17 46.09 -
YUV 68.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 139 10 184 0.24 0.95 0 0.28 284.48 0.9 0.38
Hex 8B A B8 18 5F 0 1C 11C 5A 26
Octal 213 12 270 30 137 0 34 434 132 46
Binary 10001011 1010 10111000 11000 1011111 0 11100 100011100 1011010 100110

Color Harmonies of #8B0AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0AB8

Black with #8B0AB8

Text Example


Text Example

White with #8B0AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,184); }

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

background-color css

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

 a { background-color: rgb(139,10,184); }

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

border-color css

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

 span { border-color: rgb(139,10,184); }

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