Html Css Color HEX #953184 Dark Purple

📋 copy color: '#953184'

red 149 ◦ green 49 ◦ blue 132

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

Shades of Dark Purple #953184

Tints of Dark Purple #953184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 45.15%
G = 14.85%
B = 40%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#953184 (or 0x953184) is known color: Dark Purple. HEX triplet: 95, 31 and 84. RGB value is (149,49,132). Sum of RGB (Red+Green+Blue) = 149+49+132=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953184 is #6ACE7B. Grayscale: #585858. Windows color (decimal): -6999676 or 8663445. OLE color: 8663445.

HSL color Cylindrical-coordinate representation of color #953184: hue angle of 310.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953184 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 132 -
CMYK 0 0.67 0.11 0.42
HSL 310.2º 0.51% 0.39% -
HSV(B) 310.2º 0.67% 0.58% -
XYZ 17.66 10.25 22.88 -
YUV 88.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 149 49 132 0 0.67 0.11 0.42 310.2 0.51 0.39
Hex 95 31 84 0 43 B 2A 136 33 27
Octal 225 61 204 0 103 13 52 466 63 47
Binary 10010101 110001 10000100 0 1000011 1011 101010 100110110 110011 100111

Color Harmonies of #953184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953184

Black with #953184

Text Example


Text Example

White with #953184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953184; }

 p { color: rgb(149,49,132); }

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

background-color css

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

 a { background-color: rgb(149,49,132); }

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

border-color css

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

 span { border-color: rgb(149,49,132); }

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