Html Css Color HEX #953983 Dark Purple

📋 copy color: '#953983'

red 149 ◦ green 57 ◦ blue 131

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

Shades of Dark Purple #953983

Tints of Dark Purple #953983

RGB

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

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

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

R = 44.21%
G = 16.91%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#953983 (or 0x953983) is known color: Dark Purple. HEX triplet: 95, 39 and 83. RGB value is (149,57,131). Sum of RGB (Red+Green+Blue) = 149+57+131=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #953983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953983 is #6AC67C. Grayscale: #5C5C5C. Windows color (decimal): -6997629 or 8599957. OLE color: 8599957.

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

Color convert

RGB 149 57 131 -
CMYK 0 0.62 0.12 0.42
HSL 311.74º 0.45% 0.4% -
HSV(B) 311.74º 0.62% 0.58% -
XYZ 17.95 10.95 22.64 -
YUV 92.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 149 57 131 0 0.62 0.12 0.42 311.74 0.45 0.4
Hex 95 39 83 0 3E C 2A 138 2D 28
Octal 225 71 203 0 76 14 52 470 55 50
Binary 10010101 111001 10000011 0 111110 1100 101010 100111000 101101 101000

Color Harmonies of #953983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953983

Black with #953983

Text Example


Text Example

White with #953983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953983; }

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

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

background-color css

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

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

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

border-color css

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

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

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