Html Css Color HEX #9F2B90 Dark Purple

📋 copy color: '#9F2B90'

red 159 ◦ green 43 ◦ blue 144

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

Shades of Dark Purple #9F2B90

Tints of Dark Purple #9F2B90

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 45.95%
G = 12.43%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F2B90 (or 0x9F2B90) is known color: Dark Purple. HEX triplet: 9F, 2B and 90. RGB value is (159,43,144). Sum of RGB (Red+Green+Blue) = 159+43+144=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2B90 is #60D46F. Grayscale: #585858. Windows color (decimal): -6345840 or 9448351. OLE color: 9448351.

HSL color Cylindrical-coordinate representation of color #9F2B90: hue angle of 307.76º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B90 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 43 144 -
CMYK 0 0.73 0.09 0.38
HSL 307.76º 0.57% 0.4% -
HSV(B) 307.76º 0.73% 0.62% -
XYZ 20.2 11.11 27.47 -
YUV 89.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 159 43 144 0 0.73 0.09 0.38 307.76 0.57 0.4
Hex 9F 2B 90 0 49 9 26 134 39 28
Octal 237 53 220 0 111 11 46 464 71 50
Binary 10011111 101011 10010000 0 1001001 1001 100110 100110100 111001 101000

Color Harmonies of #9F2B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B90

Black with #9F2B90

Text Example


Text Example

White with #9F2B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,43,144); }

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

background-color css

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

 a { background-color: rgb(159,43,144); }

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

border-color css

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

 span { border-color: rgb(159,43,144); }

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