Html Css Color HEX #95326F Dark Purple

📋 copy color: '#95326F'

red 149 ◦ green 50 ◦ blue 111

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

Shades of Dark Purple #95326F

Tints of Dark Purple #95326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 48.06%
G = 16.13%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95326F (or 0x95326F) is known color: Dark Purple. HEX triplet: 95, 32 and 6F. RGB value is (149,50,111). Sum of RGB (Red+Green+Blue) = 149+50+111=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95326F is #6ACD90. Grayscale: #565656. Windows color (decimal): -6999441 or 7287445. OLE color: 7287445.

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

Color convert

RGB 149 50 111 -
CMYK 0 0.66 0.26 0.42
HSL 323.03º 0.5% 0.39% -
HSV(B) 323.03º 0.66% 0.58% -
XYZ 16.4 9.82 16.07 -
YUV 86.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 149 50 111 0 0.66 0.26 0.42 323.03 0.5 0.39
Hex 95 32 6F 0 42 1A 2A 143 32 27
Octal 225 62 157 0 102 32 52 503 62 47
Binary 10010101 110010 1101111 0 1000010 11010 101010 101000011 110010 100111

Color Harmonies of #95326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95326F

Black with #95326F

Text Example


Text Example

White with #95326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95326F; }

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

 H1.HeaderClassName
 {
   color: #95326F;
 }
 .AnyTagClassName
 {
   color: #95326F;
 }
</style>

background-color css

<style>
 a { background-color: #95326F; }

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

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

border-color css

<style>
 span { border-color: #95326F; }

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

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