Html Css Color HEX #9F1B90 Dark Purple

📋 copy color: '#9F1B90'

red 159 ◦ green 27 ◦ blue 144

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

Shades of Dark Purple #9F1B90

Tints of Dark Purple #9F1B90

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

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

R = 48.18%
G = 8.18%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F1B90 (or 0x9F1B90) is known color: Dark Purple. HEX triplet: 9F, 1B and 90. RGB value is (159,27,144). Sum of RGB (Red+Green+Blue) = 159+27+144=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1B90 is #60E46F. Grayscale: #4F4F4F. Windows color (decimal): -6349936 or 9444255. OLE color: 9444255.

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

Color convert

RGB 159 27 144 -
CMYK 0 0.83 0.09 0.38
HSL 306.82º 0.71% 0.36% -
HSV(B) 306.82º 0.83% 0.62% -
XYZ 19.72 10.17 27.31 -
YUV 79.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 159 27 144 0 0.83 0.09 0.38 306.82 0.71 0.36
Hex 9F 1B 90 0 53 9 26 133 47 24
Octal 237 33 220 0 123 11 46 463 107 44
Binary 10011111 11011 10010000 0 1010011 1001 100110 100110011 1000111 100100

Color Harmonies of #9F1B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1B90

Black with #9F1B90

Text Example


Text Example

White with #9F1B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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