Html Css Color HEX #95167C Dark Purple

📋 copy color: '#95167C'

red 149 ◦ green 22 ◦ blue 124

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

Shades of Dark Purple #95167C

Tints of Dark Purple #95167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 50.51%
G = 7.46%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95167C (or 0x95167C) is known color: Dark Purple. HEX triplet: 95, 16 and 7C. RGB value is (149,22,124). Sum of RGB (Red+Green+Blue) = 149+22+124=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95167C is #6AE983. Grayscale: #474747. Windows color (decimal): -7006596 or 8132245. OLE color: 8132245.

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

Color convert

RGB 149 22 124 -
CMYK 0 0.85 0.17 0.42
HSL 311.81º 0.74% 0.34% -
HSV(B) 311.81º 0.85% 0.58% -
XYZ 16.32 8.42 19.83 -
YUV 71.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 149 22 124 0 0.85 0.17 0.42 311.81 0.74 0.34
Hex 95 16 7C 0 55 11 2A 138 4A 22
Octal 225 26 174 0 125 21 52 470 112 42
Binary 10010101 10110 1111100 0 1010101 10001 101010 100111000 1001010 100010

Color Harmonies of #95167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95167C

Black with #95167C

Text Example


Text Example

White with #95167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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