Html Css Color HEX #9F257C Dark Purple

📋 copy color: '#9F257C'

red 159 ◦ green 37 ◦ blue 124

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

Shades of Dark Purple #9F257C

Tints of Dark Purple #9F257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 49.69%
G = 11.56%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F257C (or 0x9F257C) is known color: Dark Purple. HEX triplet: 9F, 25 and 7C. RGB value is (159,37,124). Sum of RGB (Red+Green+Blue) = 159+37+124=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F257C is #60DA83. Grayscale: #535353. Windows color (decimal): -6347396 or 8136095. OLE color: 8136095.

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

Color convert

RGB 159 37 124 -
CMYK 0 0.77 0.22 0.38
HSL 317.21º 0.62% 0.38% -
HSV(B) 317.21º 0.77% 0.62% -
XYZ 18.6 10.15 20.05 -
YUV 83.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 159 37 124 0 0.77 0.22 0.38 317.21 0.62 0.38
Hex 9F 25 7C 0 4D 16 26 13D 3E 26
Octal 237 45 174 0 115 26 46 475 76 46
Binary 10011111 100101 1111100 0 1001101 10110 100110 100111101 111110 100110

Color Harmonies of #9F257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F257C

Black with #9F257C

Text Example


Text Example

White with #9F257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,124); }

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

background-color css

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

 a { background-color: rgb(159,37,124); }

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

border-color css

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

 span { border-color: rgb(159,37,124); }

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