Html Css Color HEX #9F05BF Dark Violet

📋 copy color: '#9F05BF'

red 159 ◦ green 5 ◦ blue 191

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

Shades of Dark Violet #9F05BF

Tints of Dark Violet #9F05BF

RGB

 RED value IS 159 (62.5% from 255) = 44.79%

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

 BLUE value IS 191 (75% from 255) = 53.8%

R = 44.79%
G = 1.41%
B = 53.8%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F05BF (or 0x9F05BF) is known color: Dark Violet. HEX triplet: 9F, 05 and BF. RGB value is (159,5,191). Sum of RGB (Red+Green+Blue) = 159+5+191=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F05BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F05BF is #60FA40. Grayscale: #474747. Windows color (decimal): -6355521 or 12518815. OLE color: 12518815.

HSL color Cylindrical-coordinate representation of color #9F05BF: hue angle of 289.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F05BF is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 5 191 -
CMYK 0.17 0.97 0 0.25
HSL 289.68º 0.95% 0.38% -
HSV(B) 289.68º 0.97% 0.75% -
XYZ 23.76 11.24 50.21 -
YUV 72.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 159 5 191 0.17 0.97 0 0.25 289.68 0.95 0.38
Hex 9F 5 BF 11 61 0 19 122 5F 26
Octal 237 5 277 21 141 0 31 442 137 46
Binary 10011111 101 10111111 10001 1100001 0 11001 100100010 1011111 100110

Color Harmonies of #9F05BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F05BF

Black with #9F05BF

Text Example


Text Example

White with #9F05BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F05BF; }

 p { color: rgb(159,5,191); }

 H1.HeaderClassName
 {
   color: #9F05BF;
 }
 .AnyTagClassName
 {
   color: #9F05BF;
 }
</style>

background-color css

<style>
 a { background-color: #9F05BF; }

 a { background-color: rgb(159,5,191); }

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

border-color css

<style>
 span { border-color: #9F05BF; }

 span { border-color: rgb(159,5,191); }

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