Html Css Color HEX #9F287E Dark Purple

📋 copy color: '#9F287E'

red 159 ◦ green 40 ◦ blue 126

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

Shades of Dark Purple #9F287E

Tints of Dark Purple #9F287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 48.92%
G = 12.31%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F287E (or 0x9F287E) is known color: Dark Purple. HEX triplet: 9F, 28 and 7E. RGB value is (159,40,126). Sum of RGB (Red+Green+Blue) = 159+40+126=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F287E is #60D781. Grayscale: #555555. Windows color (decimal): -6346626 or 8267935. OLE color: 8267935.

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

Color convert

RGB 159 40 126 -
CMYK 0 0.75 0.21 0.38
HSL 316.64º 0.6% 0.39% -
HSV(B) 316.64º 0.75% 0.62% -
XYZ 18.82 10.39 20.75 -
YUV 85.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 159 40 126 0 0.75 0.21 0.38 316.64 0.6 0.39
Hex 9F 28 7E 0 4B 15 26 13D 3C 27
Octal 237 50 176 0 113 25 46 475 74 47
Binary 10011111 101000 1111110 0 1001011 10101 100110 100111101 111100 100111

Color Harmonies of #9F287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F287E

Black with #9F287E

Text Example


Text Example

White with #9F287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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