Html Css Color HEX #9F208B Dark Purple

📋 copy color: '#9F208B'

red 159 ◦ green 32 ◦ blue 139

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

Shades of Dark Purple #9F208B

Tints of Dark Purple #9F208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 48.18%
G = 9.7%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F208B (or 0x9F208B) is known color: Dark Purple. HEX triplet: 9F, 20 and 8B. RGB value is (159,32,139). Sum of RGB (Red+Green+Blue) = 159+32+139=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F208B is #60DF74. Grayscale: #515151. Windows color (decimal): -6348661 or 9117855. OLE color: 9117855.

HSL color Cylindrical-coordinate representation of color #9F208B: hue angle of 309.45º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F208B is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 139 -
CMYK 0 0.80 0.13 0.38
HSL 309.45º 0.66% 0.37% -
HSV(B) 309.45º 0.8% 0.62% -
XYZ 19.47 10.27 25.38 -
YUV 82.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 159 32 139 0 0.80 0.13 0.38 309.45 0.66 0.37
Hex 9F 20 8B 0 50 D 26 135 42 25
Octal 237 40 213 0 120 15 46 465 102 45
Binary 10011111 100000 10001011 0 1010000 1101 100110 100110101 1000010 100101

Color Harmonies of #9F208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F208B

Black with #9F208B

Text Example


Text Example

White with #9F208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,139); }

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

background-color css

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

 a { background-color: rgb(159,32,139); }

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

border-color css

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

 span { border-color: rgb(159,32,139); }

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