Html Css Color HEX #8F0ABA Dark Violet

📋 copy color: '#8F0ABA'

red 143 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #8F0ABA

Tints of Dark Violet #8F0ABA

RGB

 RED value IS 143 (56.25% from 255) = 42.18%

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

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 42.18%
G = 2.95%
B = 54.87%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F0ABA (or 0x8F0ABA) is known color: Dark Violet. HEX triplet: 8F, 0A and BA. RGB value is (143,10,186). Sum of RGB (Red+Green+Blue) = 143+10+186=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F0ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0ABA is #70F545. Grayscale: #454545. Windows color (decimal): -7402822 or 12192399. OLE color: 12192399.

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

Color convert

RGB 143 10 186 -
CMYK 0.23 0.95 0 0.27
HSL 285.34º 0.9% 0.38% -
HSV(B) 285.34º 0.95% 0.73% -
XYZ 20.3 9.6 47.24 -
YUV 69.83 193.56 180.19 -
System Red Green Blue C M Y K H S L
Decimal 143 10 186 0.23 0.95 0 0.27 285.34 0.9 0.38
Hex 8F A BA 17 5F 0 1B 11D 5A 26
Octal 217 12 272 27 137 0 33 435 132 46
Binary 10001111 1010 10111010 10111 1011111 0 11011 100011101 1011010 100110

Color Harmonies of #8F0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0ABA

Black with #8F0ABA

Text Example


Text Example

White with #8F0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,10,186); }

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

background-color css

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

 a { background-color: rgb(143,10,186); }

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

border-color css

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

 span { border-color: rgb(143,10,186); }

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