Html Css Color HEX #8F05B9 Dark Violet

📋 copy color: '#8F05B9'

red 143 ◦ green 5 ◦ blue 185

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

Shades of Dark Violet #8F05B9

Tints of Dark Violet #8F05B9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 185 (72.66% from 255) = 55.56%

R = 42.94%
G = 1.5%
B = 55.56%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F05B9 (or 0x8F05B9) is known color: Dark Violet. HEX triplet: 8F, 05 and B9. RGB value is (143,5,185). Sum of RGB (Red+Green+Blue) = 143+5+185=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F05B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F05B9 is #70FA46. Grayscale: #424242. Windows color (decimal): -7404103 or 12125583. OLE color: 12125583.

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

Color convert

RGB 143 5 185 -
CMYK 0.23 0.97 0 0.27
HSL 286º 0.95% 0.37% -
HSV(B) 286º 0.97% 0.73% -
XYZ 20.14 9.45 46.66 -
YUV 66.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 143 5 185 0.23 0.97 0 0.27 286 0.95 0.37
Hex 8F 5 B9 17 61 0 1B 11E 5F 25
Octal 217 5 271 27 141 0 33 436 137 45
Binary 10001111 101 10111001 10111 1100001 0 11011 100011110 1011111 100101

Color Harmonies of #8F05B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F05B9

Black with #8F05B9

Text Example


Text Example

White with #8F05B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,5,185); }

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

background-color css

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

 a { background-color: rgb(143,5,185); }

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

border-color css

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

 span { border-color: rgb(143,5,185); }

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