Html Css Color HEX #9F237F Dark Purple

📋 copy color: '#9F237F'

red 159 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #9F237F

Tints of Dark Purple #9F237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

 BLUE value IS 127 (50% from 255) = 39.56%

R = 49.53%
G = 10.9%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F237F (or 0x9F237F) is known color: Dark Purple. HEX triplet: 9F, 23 and 7F. RGB value is (159,35,127). Sum of RGB (Red+Green+Blue) = 159+35+127=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F237F is #60DC80. Grayscale: #525252. Windows color (decimal): -6347905 or 8332191. OLE color: 8332191.

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

Color convert

RGB 159 35 127 -
CMYK 0 0.78 0.20 0.38
HSL 315.48º 0.64% 0.38% -
HSV(B) 315.48º 0.78% 0.62% -
XYZ 18.73 10.11 21.04 -
YUV 82.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 159 35 127 0 0.78 0.20 0.38 315.48 0.64 0.38
Hex 9F 23 7F 0 4E 14 26 13B 40 26
Octal 237 43 177 0 116 24 46 473 100 46
Binary 10011111 100011 1111111 0 1001110 10100 100110 100111011 1000000 100110

Color Harmonies of #9F237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F237F

Black with #9F237F

Text Example


Text Example

White with #9F237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,35,127); }

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

background-color css

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

 a { background-color: rgb(159,35,127); }

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

border-color css

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

 span { border-color: rgb(159,35,127); }

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