Html Css Color HEX #953483 Dark Purple

📋 copy color: '#953483'

red 149 ◦ green 52 ◦ blue 131

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

Shades of Dark Purple #953483

Tints of Dark Purple #953483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 44.88%
G = 15.66%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#953483 (or 0x953483) is known color: Dark Purple. HEX triplet: 95, 34 and 83. RGB value is (149,52,131). Sum of RGB (Red+Green+Blue) = 149+52+131=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #953483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953483 is #6ACB7C. Grayscale: #595959. Windows color (decimal): -6998909 or 8598677. OLE color: 8598677.

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

Color convert

RGB 149 52 131 -
CMYK 0 0.65 0.12 0.42
HSL 311.13º 0.48% 0.39% -
HSV(B) 311.13º 0.65% 0.58% -
XYZ 17.72 10.48 22.56 -
YUV 90.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 149 52 131 0 0.65 0.12 0.42 311.13 0.48 0.39
Hex 95 34 83 0 41 C 2A 137 30 27
Octal 225 64 203 0 101 14 52 467 60 47
Binary 10010101 110100 10000011 0 1000001 1100 101010 100110111 110000 100111

Color Harmonies of #953483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953483

Black with #953483

Text Example


Text Example

White with #953483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953483; }

 p { color: rgb(149,52,131); }

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

background-color css

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

 a { background-color: rgb(149,52,131); }

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

border-color css

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

 span { border-color: rgb(149,52,131); }

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