Html Css Color HEX #953285 Dark Purple

📋 copy color: '#953285'

red 149 ◦ green 50 ◦ blue 133

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

Shades of Dark Purple #953285

Tints of Dark Purple #953285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 44.88%
G = 15.06%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#953285 (or 0x953285) is known color: Dark Purple. HEX triplet: 95, 32 and 85. RGB value is (149,50,133). Sum of RGB (Red+Green+Blue) = 149+50+133=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #953285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953285 is #6ACD7A. Grayscale: #585858. Windows color (decimal): -6999419 or 8729237. OLE color: 8729237.

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

Color convert

RGB 149 50 133 -
CMYK 0 0.66 0.11 0.42
HSL 309.7º 0.5% 0.39% -
HSV(B) 309.7º 0.66% 0.58% -
XYZ 17.77 10.36 23.25 -
YUV 89.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 149 50 133 0 0.66 0.11 0.42 309.7 0.5 0.39
Hex 95 32 85 0 42 B 2A 136 32 27
Octal 225 62 205 0 102 13 52 466 62 47
Binary 10010101 110010 10000101 0 1000010 1011 101010 100110110 110010 100111

Color Harmonies of #953285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953285

Black with #953285

Text Example


Text Example

White with #953285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953285; }

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

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

background-color css

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

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

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

border-color css

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

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

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