Html Css Color HEX #9F238C Dark Purple

📋 copy color: '#9F238C'

red 159 ◦ green 35 ◦ blue 140

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

Shades of Dark Purple #9F238C

Tints of Dark Purple #9F238C

RGB

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

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

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

R = 47.6%
G = 10.48%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F238C (or 0x9F238C) is known color: Dark Purple. HEX triplet: 9F, 23 and 8C. RGB value is (159,35,140). Sum of RGB (Red+Green+Blue) = 159+35+140=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F238C is #60DC73. Grayscale: #535353. Windows color (decimal): -6347892 or 9184159. OLE color: 9184159.

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

Color convert

RGB 159 35 140 -
CMYK 0 0.78 0.12 0.38
HSL 309.19º 0.64% 0.38% -
HSV(B) 309.19º 0.78% 0.62% -
XYZ 19.63 10.47 25.8 -
YUV 84.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 159 35 140 0 0.78 0.12 0.38 309.19 0.64 0.38
Hex 9F 23 8C 0 4E C 26 135 40 26
Octal 237 43 214 0 116 14 46 465 100 46
Binary 10011111 100011 10001100 0 1001110 1100 100110 100110101 1000000 100110

Color Harmonies of #9F238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F238C

Black with #9F238C

Text Example


Text Example

White with #9F238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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