Html Css Color HEX #953375 Dark Purple

📋 copy color: '#953375'

red 149 ◦ green 51 ◦ blue 117

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

Shades of Dark Purple #953375

Tints of Dark Purple #953375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 47%
G = 16.09%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#953375 (or 0x953375) is known color: Dark Purple. HEX triplet: 95, 33 and 75. RGB value is (149,51,117). Sum of RGB (Red+Green+Blue) = 149+51+117=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #953375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953375 is #6ACC8A. Grayscale: #575757. Windows color (decimal): -6999179 or 7680917. OLE color: 7680917.

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

Color convert

RGB 149 51 117 -
CMYK 0 0.66 0.21 0.42
HSL 319.59º 0.49% 0.39% -
HSV(B) 319.59º 0.66% 0.58% -
XYZ 16.79 10.04 17.88 -
YUV 87.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 149 51 117 0 0.66 0.21 0.42 319.59 0.49 0.39
Hex 95 33 75 0 42 15 2A 140 31 27
Octal 225 63 165 0 102 25 52 500 61 47
Binary 10010101 110011 1110101 0 1000010 10101 101010 101000000 110001 100111

Color Harmonies of #953375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953375

Black with #953375

Text Example


Text Example

White with #953375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953375; }

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

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

background-color css

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

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

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

border-color css

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

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

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