Html Css Color HEX #9F12BE Dark Violet

📋 copy color: '#9F12BE'

red 159 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #9F12BE

Tints of Dark Violet #9F12BE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.9%

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

R = 43.32%
G = 4.9%
B = 51.77%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F12BE (or 0x9F12BE) is known color: Dark Violet. HEX triplet: 9F, 12 and BE. RGB value is (159,18,190). Sum of RGB (Red+Green+Blue) = 159+18+190=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F12BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F12BE is #60ED41. Grayscale: #4F4F4F. Windows color (decimal): -6352194 or 12456607. OLE color: 12456607.

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

Color convert

RGB 159 18 190 -
CMYK 0.16 0.91 0 0.25
HSL 289.19º 0.83% 0.41% -
HSV(B) 289.19º 0.91% 0.75% -
XYZ 23.81 11.52 49.68 -
YUV 79.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 159 18 190 0.16 0.91 0 0.25 289.19 0.83 0.41
Hex 9F 12 BE 10 5B 0 19 121 53 29
Octal 237 22 276 20 133 0 31 441 123 51
Binary 10011111 10010 10111110 10000 1011011 0 11001 100100001 1010011 101001

Color Harmonies of #9F12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F12BE

Black with #9F12BE

Text Example


Text Example

White with #9F12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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