Html Css Color HEX #9F2895 Dark Purple

📋 copy color: '#9F2895'

red 159 ◦ green 40 ◦ blue 149

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

Shades of Dark Purple #9F2895

Tints of Dark Purple #9F2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.49%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 45.69%
G = 11.49%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F2895 (or 0x9F2895) is known color: Dark Purple. HEX triplet: 9F, 28 and 95. RGB value is (159,40,149). Sum of RGB (Red+Green+Blue) = 159+40+149=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2895 is #60D76A. Grayscale: #575757. Windows color (decimal): -6346603 or 9775263. OLE color: 9775263.

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

Color convert

RGB 159 40 149 -
CMYK 0 0.75 0.06 0.38
HSL 305.04º 0.6% 0.39% -
HSV(B) 305.04º 0.75% 0.62% -
XYZ 20.48 11.06 29.49 -
YUV 88.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 159 40 149 0 0.75 0.06 0.38 305.04 0.6 0.39
Hex 9F 28 95 0 4B 6 26 131 3C 27
Octal 237 50 225 0 113 6 46 461 74 47
Binary 10011111 101000 10010101 0 1001011 110 100110 100110001 111100 100111

Color Harmonies of #9F2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2895

Black with #9F2895

Text Example


Text Example

White with #9F2895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,40,149); }

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

background-color css

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

 a { background-color: rgb(159,40,149); }

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

border-color css

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

 span { border-color: rgb(159,40,149); }

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