Html Css Color HEX #9F237A Dark Purple

📋 copy color: '#9F237A'

red 159 ◦ green 35 ◦ blue 122

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

Shades of Dark Purple #9F237A

Tints of Dark Purple #9F237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 50.32%
G = 11.08%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F237A (or 0x9F237A) is known color: Dark Purple. HEX triplet: 9F, 23 and 7A. RGB value is (159,35,122). Sum of RGB (Red+Green+Blue) = 159+35+122=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F237A is #60DC85. Grayscale: #515151. Windows color (decimal): -6347910 or 8004511. OLE color: 8004511.

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

Color convert

RGB 159 35 122 -
CMYK 0 0.78 0.23 0.38
HSL 317.9º 0.64% 0.38% -
HSV(B) 317.9º 0.78% 0.62% -
XYZ 18.41 9.98 19.37 -
YUV 81.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 159 35 122 0 0.78 0.23 0.38 317.9 0.64 0.38
Hex 9F 23 7A 0 4E 17 26 13E 40 26
Octal 237 43 172 0 116 27 46 476 100 46
Binary 10011111 100011 1111010 0 1001110 10111 100110 100111110 1000000 100110

Color Harmonies of #9F237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F237A

Black with #9F237A

Text Example


Text Example

White with #9F237A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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