Html Css Color HEX #95327A Dark Purple

📋 copy color: '#95327A'

red 149 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #95327A

Tints of Dark Purple #95327A

RGB

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

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

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

R = 46.42%
G = 15.58%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95327A (or 0x95327A) is known color: Dark Purple. HEX triplet: 95, 32 and 7A. RGB value is (149,50,122). Sum of RGB (Red+Green+Blue) = 149+50+122=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95327A is #6ACD85. Grayscale: #575757. Windows color (decimal): -6999430 or 8008341. OLE color: 8008341.

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

Color convert

RGB 149 50 122 -
CMYK 0 0.66 0.18 0.42
HSL 316.36º 0.5% 0.39% -
HSV(B) 316.36º 0.66% 0.58% -
XYZ 17.05 10.08 19.46 -
YUV 87.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 149 50 122 0 0.66 0.18 0.42 316.36 0.5 0.39
Hex 95 32 7A 0 42 12 2A 13C 32 27
Octal 225 62 172 0 102 22 52 474 62 47
Binary 10010101 110010 1111010 0 1000010 10010 101010 100111100 110010 100111

Color Harmonies of #95327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95327A

Black with #95327A

Text Example


Text Example

White with #95327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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