Html Css Color HEX #95327D Dark Purple

📋 copy color: '#95327D'

red 149 ◦ green 50 ◦ blue 125

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

Shades of Dark Purple #95327D

Tints of Dark Purple #95327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

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

R = 45.99%
G = 15.43%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95327D (or 0x95327D) is known color: Dark Purple. HEX triplet: 95, 32 and 7D. RGB value is (149,50,125). Sum of RGB (Red+Green+Blue) = 149+50+125=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95327D is #6ACD82. Grayscale: #575757. Windows color (decimal): -6999427 or 8204949. OLE color: 8204949.

HSL color Cylindrical-coordinate representation of color #95327D: hue angle of 314.55º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95327D is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 125 -
CMYK 0 0.66 0.16 0.42
HSL 314.55º 0.5% 0.39% -
HSV(B) 314.55º 0.66% 0.58% -
XYZ 17.24 10.15 20.45 -
YUV 88.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 149 50 125 0 0.66 0.16 0.42 314.55 0.5 0.39
Hex 95 32 7D 0 42 10 2A 13B 32 27
Octal 225 62 175 0 102 20 52 473 62 47
Binary 10010101 110010 1111101 0 1000010 10000 101010 100111011 110010 100111

Color Harmonies of #95327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95327D

Black with #95327D

Text Example


Text Example

White with #95327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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