Html Css Color HEX #95117A Dark Purple

📋 copy color: '#95117A'

red 149 ◦ green 17 ◦ blue 122

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

Shades of Dark Purple #95117A

Tints of Dark Purple #95117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.36%

R = 51.74%
G = 5.9%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95117A (or 0x95117A) is known color: Dark Purple. HEX triplet: 95, 11 and 7A. RGB value is (149,17,122). Sum of RGB (Red+Green+Blue) = 149+17+122=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95117A is #6AEE85. Grayscale: #444444. Windows color (decimal): -7007878 or 7999893. OLE color: 7999893.

HSL color Cylindrical-coordinate representation of color #95117A: hue angle of 312.27º 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 #95117A is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 122 -
CMYK 0 0.89 0.18 0.42
HSL 312.27º 0.8% 0.33% -
HSV(B) 312.27º 0.89% 0.58% -
XYZ 16.11 8.2 19.15 -
YUV 68.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 149 17 122 0 0.89 0.18 0.42 312.27 0.8 0.33
Hex 95 11 7A 0 59 12 2A 138 50 21
Octal 225 21 172 0 131 22 52 470 120 41
Binary 10010101 10001 1111010 0 1011001 10010 101010 100111000 1010000 100001

Color Harmonies of #95117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95117A

Black with #95117A

Text Example


Text Example

White with #95117A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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