Html Css Color HEX #8F0BB7 Dark Violet

📋 copy color: '#8F0BB7'

red 143 ◦ green 11 ◦ blue 183

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

Shades of Dark Violet #8F0BB7

Tints of Dark Violet #8F0BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 54.3%

R = 42.43%
G = 3.26%
B = 54.3%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8F0BB7 (or 0x8F0BB7) is known color: Dark Violet. HEX triplet: 8F, 0B and B7. RGB value is (143,11,183). Sum of RGB (Red+Green+Blue) = 143+11+183=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F0BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BB7 is #70F448. Grayscale: #454545. Windows color (decimal): -7402569 or 11996047. OLE color: 11996047.

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

Color convert

RGB 143 11 183 -
CMYK 0.22 0.94 0 0.28
HSL 286.05º 0.89% 0.38% -
HSV(B) 286.05º 0.94% 0.72% -
XYZ 19.99 9.5 45.58 -
YUV 70.08 191.73 180.01 -
System Red Green Blue C M Y K H S L
Decimal 143 11 183 0.22 0.94 0 0.28 286.05 0.89 0.38
Hex 8F B B7 16 5E 0 1C 11E 59 26
Octal 217 13 267 26 136 0 34 436 131 46
Binary 10001111 1011 10110111 10110 1011110 0 11100 100011110 1011001 100110

Color Harmonies of #8F0BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BB7

Black with #8F0BB7

Text Example


Text Example

White with #8F0BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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