Html Css Color HEX #95167D Dark Purple

📋 copy color: '#95167D'

red 149 ◦ green 22 ◦ blue 125

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

Shades of Dark Purple #95167D

Tints of Dark Purple #95167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.23%

R = 50.34%
G = 7.43%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95167D (or 0x95167D) is known color: Dark Purple. HEX triplet: 95, 16 and 7D. RGB value is (149,22,125). Sum of RGB (Red+Green+Blue) = 149+22+125=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95167D is #6AE982. Grayscale: #474747. Windows color (decimal): -7006595 or 8197781. OLE color: 8197781.

HSL color Cylindrical-coordinate representation of color #95167D: hue angle of 311.34º 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 #95167D is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 125 -
CMYK 0 0.85 0.16 0.42
HSL 311.34º 0.74% 0.34% -
HSV(B) 311.34º 0.85% 0.58% -
XYZ 16.38 8.44 20.17 -
YUV 71.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 149 22 125 0 0.85 0.16 0.42 311.34 0.74 0.34
Hex 95 16 7D 0 55 10 2A 137 4A 22
Octal 225 26 175 0 125 20 52 467 112 42
Binary 10010101 10110 1111101 0 1010101 10000 101010 100110111 1001010 100010

Color Harmonies of #95167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95167D

Black with #95167D

Text Example


Text Example

White with #95167D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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