Html Css Color HEX #9F2B92 Dark Purple

📋 copy color: '#9F2B92'

red 159 ◦ green 43 ◦ blue 146

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

Shades of Dark Purple #9F2B92

Tints of Dark Purple #9F2B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 45.69%
G = 12.36%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F2B92 (or 0x9F2B92) is known color: Dark Purple. HEX triplet: 9F, 2B and 92. RGB value is (159,43,146). Sum of RGB (Red+Green+Blue) = 159+43+146=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2B92 is #60D46D. Grayscale: #595959. Windows color (decimal): -6345838 or 9579423. OLE color: 9579423.

HSL color Cylindrical-coordinate representation of color #9F2B92: hue angle of 306.72º 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 #9F2B92 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 43 146 -
CMYK 0 0.73 0.08 0.38
HSL 306.72º 0.57% 0.4% -
HSV(B) 306.72º 0.73% 0.62% -
XYZ 20.35 11.17 28.28 -
YUV 89.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 159 43 146 0 0.73 0.08 0.38 306.72 0.57 0.4
Hex 9F 2B 92 0 49 8 26 133 39 28
Octal 237 53 222 0 111 10 46 463 71 50
Binary 10011111 101011 10010010 0 1001001 1000 100110 100110011 111001 101000

Color Harmonies of #9F2B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B92

Black with #9F2B92

Text Example


Text Example

White with #9F2B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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