Html Css Color HEX #953385 Dark Purple

📋 copy color: '#953385'

red 149 ◦ green 51 ◦ blue 133

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

Shades of Dark Purple #953385

Tints of Dark Purple #953385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 44.74%
G = 15.32%
B = 39.94%

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

#953385 (or 0x953385) is known color: Dark Purple. HEX triplet: 95, 33 and 85. RGB value is (149,51,133). Sum of RGB (Red+Green+Blue) = 149+51+133=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #953385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953385 is #6ACC7A. Grayscale: #595959. Windows color (decimal): -6999163 or 8729493. OLE color: 8729493.

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

Color convert

RGB 149 51 133 -
CMYK 0 0.66 0.11 0.42
HSL 309.8º 0.49% 0.39% -
HSV(B) 309.8º 0.66% 0.58% -
XYZ 17.81 10.45 23.27 -
YUV 89.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 149 51 133 0 0.66 0.11 0.42 309.8 0.49 0.39
Hex 95 33 85 0 42 B 2A 136 31 27
Octal 225 63 205 0 102 13 52 466 61 47
Binary 10010101 110011 10000101 0 1000010 1011 101010 100110110 110001 100111

Color Harmonies of #953385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953385

Black with #953385

Text Example


Text Example

White with #953385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953385; }

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

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

background-color css

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

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

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

border-color css

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

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

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