Html Css Color HEX #953A74 Dark Purple

📋 copy color: '#953A74'

red 149 ◦ green 58 ◦ blue 116

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

Shades of Dark Purple #953A74

Tints of Dark Purple #953A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 46.13%
G = 17.96%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#953A74 (or 0x953A74) is known color: Dark Purple. HEX triplet: 95, 3A and 74. RGB value is (149,58,116). Sum of RGB (Red+Green+Blue) = 149+58+116=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #953A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A74 is #6AC58B. Grayscale: #5B5B5B. Windows color (decimal): -6997388 or 7617173. OLE color: 7617173.

HSL color Cylindrical-coordinate representation of color #953A74: hue angle of 321.76º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A74 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 116 -
CMYK 0 0.61 0.22 0.42
HSL 321.76º 0.44% 0.41% -
HSV(B) 321.76º 0.61% 0.58% -
XYZ 17.06 10.68 17.68 -
YUV 91.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 149 58 116 0 0.61 0.22 0.42 321.76 0.44 0.41
Hex 95 3A 74 0 3D 16 2A 142 2C 29
Octal 225 72 164 0 75 26 52 502 54 51
Binary 10010101 111010 1110100 0 111101 10110 101010 101000010 101100 101001

Color Harmonies of #953A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A74

Black with #953A74

Text Example


Text Example

White with #953A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A74; }

 p { color: rgb(149,58,116); }

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

background-color css

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

 a { background-color: rgb(149,58,116); }

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

border-color css

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

 span { border-color: rgb(149,58,116); }

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