Html Css Color HEX #9F01BE Dark Violet

📋 copy color: '#9F01BE'

red 159 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #9F01BE

Tints of Dark Violet #9F01BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 45.43%
G = 0.29%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F01BE (or 0x9F01BE) is known color: Dark Violet. HEX triplet: 9F, 01 and BE. RGB value is (159,1,190). Sum of RGB (Red+Green+Blue) = 159+1+190=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01BE is #60FE41. Grayscale: #454545. Windows color (decimal): -6356546 or 12452255. OLE color: 12452255.

HSL color Cylindrical-coordinate representation of color #9F01BE: hue angle of 290.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F01BE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 1 190 -
CMYK 0.16 0.99 0 0.25
HSL 290.16º 0.99% 0.37% -
HSV(B) 290.16º 0.99% 0.75% -
XYZ 23.6 11.11 49.62 -
YUV 69.79 195.85 191.63 -
System Red Green Blue C M Y K H S L
Decimal 159 1 190 0.16 0.99 0 0.25 290.16 0.99 0.37
Hex 9F 1 BE 10 63 0 19 122 63 25
Octal 237 1 276 20 143 0 31 442 143 45
Binary 10011111 1 10111110 10000 1100011 0 11001 100100010 1100011 100101

Color Harmonies of #9F01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F01BE

Black with #9F01BE

Text Example


Text Example

White with #9F01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,190); }

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

background-color css

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

 a { background-color: rgb(159,1,190); }

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

border-color css

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

 span { border-color: rgb(159,1,190); }

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