Html Css Color HEX #9F228D Dark Purple

📋 copy color: '#9F228D'

red 159 ◦ green 34 ◦ blue 141

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

Shades of Dark Purple #9F228D

Tints of Dark Purple #9F228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 47.6%
G = 10.18%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F228D (or 0x9F228D) is known color: Dark Purple. HEX triplet: 9F, 22 and 8D. RGB value is (159,34,141). Sum of RGB (Red+Green+Blue) = 159+34+141=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F228D is #60DD72. Grayscale: #535353. Windows color (decimal): -6348147 or 9249439. OLE color: 9249439.

HSL color Cylindrical-coordinate representation of color #9F228D: hue angle of 308.64º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F228D is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 34 141 -
CMYK 0 0.79 0.11 0.38
HSL 308.64º 0.65% 0.38% -
HSV(B) 308.64º 0.79% 0.62% -
XYZ 19.68 10.44 26.18 -
YUV 83.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 159 34 141 0 0.79 0.11 0.38 308.64 0.65 0.38
Hex 9F 22 8D 0 4F B 26 135 41 26
Octal 237 42 215 0 117 13 46 465 101 46
Binary 10011111 100010 10001101 0 1001111 1011 100110 100110101 1000001 100110

Color Harmonies of #9F228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F228D

Black with #9F228D

Text Example


Text Example

White with #9F228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,34,141); }

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

background-color css

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

 a { background-color: rgb(159,34,141); }

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

border-color css

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

 span { border-color: rgb(159,34,141); }

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