Html Css Color HEX #9F228C Dark Purple

📋 copy color: '#9F228C'

red 159 ◦ green 34 ◦ blue 140

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

Shades of Dark Purple #9F228C

Tints of Dark Purple #9F228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 47.75%
G = 10.21%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F228C (or 0x9F228C) is known color: Dark Purple. HEX triplet: 9F, 22 and 8C. RGB value is (159,34,140). Sum of RGB (Red+Green+Blue) = 159+34+140=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F228C is #60DD73. Grayscale: #535353. Windows color (decimal): -6348148 or 9183903. OLE color: 9183903.

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

Color convert

RGB 159 34 140 -
CMYK 0 0.79 0.12 0.38
HSL 309.12º 0.65% 0.38% -
HSV(B) 309.12º 0.79% 0.62% -
XYZ 19.6 10.41 25.79 -
YUV 83.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 159 34 140 0 0.79 0.12 0.38 309.12 0.65 0.38
Hex 9F 22 8C 0 4F C 26 135 41 26
Octal 237 42 214 0 117 14 46 465 101 46
Binary 10011111 100010 10001100 0 1001111 1100 100110 100110101 1000001 100110

Color Harmonies of #9F228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F228C

Black with #9F228C

Text Example


Text Example

White with #9F228C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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