Html Css Color HEX #95328C Dark Purple

📋 copy color: '#95328C'

red 149 ◦ green 50 ◦ blue 140

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

Shades of Dark Purple #95328C

Tints of Dark Purple #95328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 43.95%
G = 14.75%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95328C (or 0x95328C) is known color: Dark Purple. HEX triplet: 95, 32 and 8C. RGB value is (149,50,140). Sum of RGB (Red+Green+Blue) = 149+50+140=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95328C is #6ACD73. Grayscale: #595959. Windows color (decimal): -6999412 or 9187989. OLE color: 9187989.

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

Color convert

RGB 149 50 140 -
CMYK 0 0.66 0.06 0.42
HSL 305.45º 0.5% 0.39% -
HSV(B) 305.45º 0.66% 0.58% -
XYZ 18.27 10.56 25.89 -
YUV 89.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 149 50 140 0 0.66 0.06 0.42 305.45 0.5 0.39
Hex 95 32 8C 0 42 6 2A 131 32 27
Octal 225 62 214 0 102 6 52 461 62 47
Binary 10010101 110010 10001100 0 1000010 110 101010 100110001 110010 100111

Color Harmonies of #95328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95328C

Black with #95328C

Text Example


Text Example

White with #95328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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