Html Css Color HEX #95327B Dark Purple

📋 copy color: '#95327B'

red 149 ◦ green 50 ◦ blue 123

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

Shades of Dark Purple #95327B

Tints of Dark Purple #95327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 46.27%
G = 15.53%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95327B (or 0x95327B) is known color: Dark Purple. HEX triplet: 95, 32 and 7B. RGB value is (149,50,123). Sum of RGB (Red+Green+Blue) = 149+50+123=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95327B is #6ACD84. Grayscale: #575757. Windows color (decimal): -6999429 or 8073877. OLE color: 8073877.

HSL color Cylindrical-coordinate representation of color #95327B: hue angle of 315.76º 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 #95327B is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 123 -
CMYK 0 0.66 0.17 0.42
HSL 315.76º 0.5% 0.39% -
HSV(B) 315.76º 0.66% 0.58% -
XYZ 17.11 10.1 19.79 -
YUV 87.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 149 50 123 0 0.66 0.17 0.42 315.76 0.5 0.39
Hex 95 32 7B 0 42 11 2A 13C 32 27
Octal 225 62 173 0 102 21 52 474 62 47
Binary 10010101 110010 1111011 0 1000010 10001 101010 100111100 110010 100111

Color Harmonies of #95327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95327B

Black with #95327B

Text Example


Text Example

White with #95327B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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