Html Css Color HEX #95328A Dark Purple

📋 copy color: '#95328A'

red 149 ◦ green 50 ◦ blue 138

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

Shades of Dark Purple #95328A

Tints of Dark Purple #95328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 44.21%
G = 14.84%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95328A (or 0x95328A) is known color: Dark Purple. HEX triplet: 95, 32 and 8A. RGB value is (149,50,138). Sum of RGB (Red+Green+Blue) = 149+50+138=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95328A is #6ACD75. Grayscale: #595959. Windows color (decimal): -6999414 or 9056917. OLE color: 9056917.

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

Color convert

RGB 149 50 138 -
CMYK 0 0.66 0.07 0.42
HSL 306.67º 0.5% 0.39% -
HSV(B) 306.67º 0.66% 0.58% -
XYZ 18.12 10.51 25.12 -
YUV 89.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 149 50 138 0 0.66 0.07 0.42 306.67 0.5 0.39
Hex 95 32 8A 0 42 7 2A 133 32 27
Octal 225 62 212 0 102 7 52 463 62 47
Binary 10010101 110010 10001010 0 1000010 111 101010 100110011 110010 100111

Color Harmonies of #95328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95328A

Black with #95328A

Text Example


Text Example

White with #95328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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