Html Css Color HEX #95117C Dark Purple

📋 copy color: '#95117C'

red 149 ◦ green 17 ◦ blue 124

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

Shades of Dark Purple #95117C

Tints of Dark Purple #95117C

RGB

 RED value IS 149 (58.59% from 255) = 51.38%

 GREEN value IS 17 (7.03% from 255) = 5.86%

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

R = 51.38%
G = 5.86%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95117C (or 0x95117C) is known color: Dark Purple. HEX triplet: 95, 11 and 7C. RGB value is (149,17,124). Sum of RGB (Red+Green+Blue) = 149+17+124=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95117C is #6AEE83. Grayscale: #444444. Windows color (decimal): -7007876 or 8130965. OLE color: 8130965.

HSL color Cylindrical-coordinate representation of color #95117C: hue angle of 311.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95117C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 124 -
CMYK 0 0.89 0.17 0.42
HSL 311.36º 0.8% 0.33% -
HSV(B) 311.36º 0.89% 0.58% -
XYZ 16.23 8.25 19.8 -
YUV 68.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 149 17 124 0 0.89 0.17 0.42 311.36 0.8 0.33
Hex 95 11 7C 0 59 11 2A 137 50 21
Octal 225 21 174 0 131 21 52 467 120 41
Binary 10010101 10001 1111100 0 1011001 10001 101010 100110111 1010000 100001

Color Harmonies of #95117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95117C

Black with #95117C

Text Example


Text Example

White with #95117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95117C; }

 p { color: rgb(149,17,124); }

 H1.HeaderClassName
 {
   color: #95117C;
 }
 .AnyTagClassName
 {
   color: #95117C;
 }
</style>

background-color css

<style>
 a { background-color: #95117C; }

 a { background-color: rgb(149,17,124); }

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

border-color css

<style>
 span { border-color: #95117C; }

 span { border-color: rgb(149,17,124); }

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