Html Css Color HEX #9F2F9E Vivid Violet

📋 copy color: '#9F2F9E'

red 159 ◦ green 47 ◦ blue 158

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

Shades of Vivid Violet #9F2F9E

Tints of Vivid Violet #9F2F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 158 (62.11% from 255) = 43.41%

R = 43.68%
G = 12.91%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9F2F9E (or 0x9F2F9E) is known color: Vivid Violet. HEX triplet: 9F, 2F and 9E. RGB value is (159,47,158). Sum of RGB (Red+Green+Blue) = 159+47+158=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2F9E is #60D061. Grayscale: #5C5C5C. Windows color (decimal): -6344802 or 10366879. OLE color: 10366879.

HSL color Cylindrical-coordinate representation of color #9F2F9E: hue angle of 300.54º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F2F9E is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 47 158 -
CMYK 0 0.70 0.01 0.38
HSL 300.54º 0.54% 0.4% -
HSV(B) 300.54º 0.7% 0.62% -
XYZ 21.49 11.87 33.51 -
YUV 93.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 159 47 158 0 0.70 0.01 0.38 300.54 0.54 0.4
Hex 9F 2F 9E 0 46 1 26 12D 36 28
Octal 237 57 236 0 106 1 46 455 66 50
Binary 10011111 101111 10011110 0 1000110 1 100110 100101101 110110 101000

Color Harmonies of #9F2F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2F9E

Black with #9F2F9E

Text Example


Text Example

White with #9F2F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,47,158); }

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

background-color css

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

 a { background-color: rgb(159,47,158); }

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

border-color css

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

 span { border-color: rgb(159,47,158); }

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