Html Css Color HEX #8F0BAF Dark Violet

📋 copy color: '#8F0BAF'

red 143 ◦ green 11 ◦ blue 175

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

Shades of Dark Violet #8F0BAF

Tints of Dark Violet #8F0BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 43.47%
G = 3.34%
B = 53.19%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8F0BAF (or 0x8F0BAF) is known color: Dark Violet. HEX triplet: 8F, 0B and AF. RGB value is (143,11,175). Sum of RGB (Red+Green+Blue) = 143+11+175=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F0BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0BAF is #70F450. Grayscale: #444444. Windows color (decimal): -7402577 or 11471759. OLE color: 11471759.

HSL color Cylindrical-coordinate representation of color #8F0BAF: hue angle of 288.29º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0BAF is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 11 175 -
CMYK 0.18 0.94 0 0.31
HSL 288.29º 0.88% 0.36% -
HSV(B) 288.29º 0.94% 0.69% -
XYZ 19.19 9.17 41.32 -
YUV 69.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 143 11 175 0.18 0.94 0 0.31 288.29 0.88 0.36
Hex 8F B AF 12 5E 0 1F 120 58 24
Octal 217 13 257 22 136 0 37 440 130 44
Binary 10001111 1011 10101111 10010 1011110 0 11111 100100000 1011000 100100

Color Harmonies of #8F0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BAF

Black with #8F0BAF

Text Example


Text Example

White with #8F0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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