Html Css Color HEX #8F0BBA Dark Violet

📋 copy color: '#8F0BBA'

red 143 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #8F0BBA

Tints of Dark Violet #8F0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.24%

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

R = 42.06%
G = 3.24%
B = 54.71%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F0BBA (or 0x8F0BBA) is known color: Dark Violet. HEX triplet: 8F, 0B and BA. RGB value is (143,11,186). Sum of RGB (Red+Green+Blue) = 143+11+186=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BBA is #70F445. Grayscale: #454545. Windows color (decimal): -7402566 or 12192655. OLE color: 12192655.

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

Color convert

RGB 143 11 186 -
CMYK 0.23 0.94 0 0.27
HSL 285.26º 0.89% 0.39% -
HSV(B) 285.26º 0.94% 0.73% -
XYZ 20.31 9.62 47.24 -
YUV 70.42 193.23 179.77 -
System Red Green Blue C M Y K H S L
Decimal 143 11 186 0.23 0.94 0 0.27 285.26 0.89 0.39
Hex 8F B BA 17 5E 0 1B 11D 59 27
Octal 217 13 272 27 136 0 33 435 131 47
Binary 10001111 1011 10111010 10111 1011110 0 11011 100011101 1011001 100111

Color Harmonies of #8F0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BBA

Black with #8F0BBA

Text Example


Text Example

White with #8F0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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