Html Css Color HEX #953282 Dark Purple

📋 copy color: '#953282'

red 149 ◦ green 50 ◦ blue 130

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

Shades of Dark Purple #953282

Tints of Dark Purple #953282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 45.29%
G = 15.2%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#953282 (or 0x953282) is known color: Dark Purple. HEX triplet: 95, 32 and 82. RGB value is (149,50,130). Sum of RGB (Red+Green+Blue) = 149+50+130=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #953282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953282 is #6ACD7D. Grayscale: #585858. Windows color (decimal): -6999422 or 8532629. OLE color: 8532629.

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

Color convert

RGB 149 50 130 -
CMYK 0 0.66 0.13 0.42
HSL 311.52º 0.5% 0.39% -
HSV(B) 311.52º 0.66% 0.58% -
XYZ 17.56 10.28 22.18 -
YUV 88.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 149 50 130 0 0.66 0.13 0.42 311.52 0.5 0.39
Hex 95 32 82 0 42 D 2A 138 32 27
Octal 225 62 202 0 102 15 52 470 62 47
Binary 10010101 110010 10000010 0 1000010 1101 101010 100111000 110010 100111

Color Harmonies of #953282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953282

Black with #953282

Text Example


Text Example

White with #953282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953282; }

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

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

background-color css

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

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

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

border-color css

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

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

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