Html Css Color HEX #9F2585 Dark Purple

📋 copy color: '#9F2585'

red 159 ◦ green 37 ◦ blue 133

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

Shades of Dark Purple #9F2585

Tints of Dark Purple #9F2585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 48.33%
G = 11.25%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F2585 (or 0x9F2585) is known color: Dark Purple. HEX triplet: 9F, 25 and 85. RGB value is (159,37,133). Sum of RGB (Red+Green+Blue) = 159+37+133=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2585 is #60DA7A. Grayscale: #545454. Windows color (decimal): -6347387 or 8725919. OLE color: 8725919.

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

Color convert

RGB 159 37 133 -
CMYK 0 0.77 0.16 0.38
HSL 312.79º 0.62% 0.38% -
HSV(B) 312.79º 0.77% 0.62% -
XYZ 19.19 10.39 23.18 -
YUV 84.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 159 37 133 0 0.77 0.16 0.38 312.79 0.62 0.38
Hex 9F 25 85 0 4D 10 26 139 3E 26
Octal 237 45 205 0 115 20 46 471 76 46
Binary 10011111 100101 10000101 0 1001101 10000 100110 100111001 111110 100110

Color Harmonies of #9F2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2585

Black with #9F2585

Text Example


Text Example

White with #9F2585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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