Html Css Color HEX #9F2396 Dark Purple

📋 copy color: '#9F2396'

red 159 ◦ green 35 ◦ blue 150

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

Shades of Dark Purple #9F2396

Tints of Dark Purple #9F2396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.17%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 46.22%
G = 10.17%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F2396 (or 0x9F2396) is known color: Dark Purple. HEX triplet: 9F, 23 and 96. RGB value is (159,35,150). Sum of RGB (Red+Green+Blue) = 159+35+150=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2396 is #60DC69. Grayscale: #545454. Windows color (decimal): -6347882 or 9839519. OLE color: 9839519.

HSL color Cylindrical-coordinate representation of color #9F2396: hue angle of 304.35º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2396 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 35 150 -
CMYK 0 0.78 0.06 0.38
HSL 304.35º 0.64% 0.38% -
HSV(B) 304.35º 0.78% 0.62% -
XYZ 20.4 10.78 29.86 -
YUV 85.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 159 35 150 0 0.78 0.06 0.38 304.35 0.64 0.38
Hex 9F 23 96 0 4E 6 26 130 40 26
Octal 237 43 226 0 116 6 46 460 100 46
Binary 10011111 100011 10010110 0 1001110 110 100110 100110000 1000000 100110

Color Harmonies of #9F2396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2396

Black with #9F2396

Text Example


Text Example

White with #9F2396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,35,150); }

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

background-color css

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

 a { background-color: rgb(159,35,150); }

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

border-color css

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

 span { border-color: rgb(159,35,150); }

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