Html Css Color HEX #9F0FBE Dark Violet

📋 copy color: '#9F0FBE'

red 159 ◦ green 15 ◦ blue 190

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

Shades of Dark Violet #9F0FBE

Tints of Dark Violet #9F0FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.12%

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

R = 43.68%
G = 4.12%
B = 52.2%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F0FBE (or 0x9F0FBE) is known color: Dark Violet. HEX triplet: 9F, 0F and BE. RGB value is (159,15,190). Sum of RGB (Red+Green+Blue) = 159+15+190=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F0FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0FBE is #60F041. Grayscale: #4D4D4D. Windows color (decimal): -6352962 or 12455839. OLE color: 12455839.

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

Color convert

RGB 159 15 190 -
CMYK 0.16 0.92 0 0.25
HSL 289.37º 0.85% 0.4% -
HSV(B) 289.37º 0.92% 0.75% -
XYZ 23.76 11.43 49.67 -
YUV 78.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 159 15 190 0.16 0.92 0 0.25 289.37 0.85 0.4
Hex 9F F BE 10 5C 0 19 121 55 28
Octal 237 17 276 20 134 0 31 441 125 50
Binary 10011111 1111 10111110 10000 1011100 0 11001 100100001 1010101 101000

Color Harmonies of #9F0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0FBE

Black with #9F0FBE

Text Example


Text Example

White with #9F0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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