Html Css Color HEX #953974 Dark Purple

📋 copy color: '#953974'

red 149 ◦ green 57 ◦ blue 116

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

Shades of Dark Purple #953974

Tints of Dark Purple #953974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

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

R = 46.27%
G = 17.7%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#953974 (or 0x953974) is known color: Dark Purple. HEX triplet: 95, 39 and 74. RGB value is (149,57,116). Sum of RGB (Red+Green+Blue) = 149+57+116=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #953974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953974 is #6AC68B. Grayscale: #5B5B5B. Windows color (decimal): -6997644 or 7616917. OLE color: 7616917.

HSL color Cylindrical-coordinate representation of color #953974: hue angle of 321.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953974 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 116 -
CMYK 0 0.62 0.22 0.42
HSL 321.52º 0.45% 0.4% -
HSV(B) 321.52º 0.62% 0.58% -
XYZ 17.01 10.58 17.67 -
YUV 91.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 149 57 116 0 0.62 0.22 0.42 321.52 0.45 0.4
Hex 95 39 74 0 3E 16 2A 142 2D 28
Octal 225 71 164 0 76 26 52 502 55 50
Binary 10010101 111001 1110100 0 111110 10110 101010 101000010 101101 101000

Color Harmonies of #953974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953974

Black with #953974

Text Example


Text Example

White with #953974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953974; }

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

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

background-color css

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

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

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

border-color css

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

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

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