Html Css Color HEX #9F2B8A Dark Purple

📋 copy color: '#9F2B8A'

red 159 ◦ green 43 ◦ blue 138

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

Shades of Dark Purple #9F2B8A

Tints of Dark Purple #9F2B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 46.76%
G = 12.65%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F2B8A (or 0x9F2B8A) is known color: Dark Purple. HEX triplet: 9F, 2B and 8A. RGB value is (159,43,138). Sum of RGB (Red+Green+Blue) = 159+43+138=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2B8A is #60D475. Grayscale: #585858. Windows color (decimal): -6345846 or 9055135. OLE color: 9055135.

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

Color convert

RGB 159 43 138 -
CMYK 0 0.73 0.13 0.38
HSL 310.86º 0.57% 0.4% -
HSV(B) 310.86º 0.73% 0.62% -
XYZ 19.75 10.93 25.11 -
YUV 88.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 159 43 138 0 0.73 0.13 0.38 310.86 0.57 0.4
Hex 9F 2B 8A 0 49 D 26 137 39 28
Octal 237 53 212 0 111 15 46 467 71 50
Binary 10011111 101011 10001010 0 1001001 1101 100110 100110111 111001 101000

Color Harmonies of #9F2B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2B8A

Black with #9F2B8A

Text Example


Text Example

White with #9F2B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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