Html Css Color HEX #9F2788 Dark Purple

📋 copy color: '#9F2788'

red 159 ◦ green 39 ◦ blue 136

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

Shades of Dark Purple #9F2788

Tints of Dark Purple #9F2788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

 BLUE value IS 136 (53.52% from 255) = 40.72%

R = 47.6%
G = 11.68%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F2788 (or 0x9F2788) is known color: Dark Purple. HEX triplet: 9F, 27 and 88. RGB value is (159,39,136). Sum of RGB (Red+Green+Blue) = 159+39+136=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2788 is #60D877. Grayscale: #555555. Windows color (decimal): -6346872 or 8923039. OLE color: 8923039.

HSL color Cylindrical-coordinate representation of color #9F2788: hue angle of 311.5º degrees, saturation: 0.61, 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 #9F2788 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 39 136 -
CMYK 0 0.75 0.14 0.38
HSL 311.5º 0.61% 0.39% -
HSV(B) 311.5º 0.75% 0.62% -
XYZ 19.47 10.6 24.31 -
YUV 85.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 159 39 136 0 0.75 0.14 0.38 311.5 0.61 0.39
Hex 9F 27 88 0 4B E 26 138 3D 27
Octal 237 47 210 0 113 16 46 470 75 47
Binary 10011111 100111 10001000 0 1001011 1110 100110 100111000 111101 100111

Color Harmonies of #9F2788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2788

Black with #9F2788

Text Example


Text Example

White with #9F2788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,39,136); }

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

background-color css

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

 a { background-color: rgb(159,39,136); }

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

border-color css

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

 span { border-color: rgb(159,39,136); }

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