Html Css Color HEX #953183 Dark Purple

📋 copy color: '#953183'

red 149 ◦ green 49 ◦ blue 131

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

Shades of Dark Purple #953183

Tints of Dark Purple #953183

RGB

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

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

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

R = 45.29%
G = 14.89%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#953183 (or 0x953183) is known color: Dark Purple. HEX triplet: 95, 31 and 83. RGB value is (149,49,131). Sum of RGB (Red+Green+Blue) = 149+49+131=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #953183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953183 is #6ACE7C. Grayscale: #585858. Windows color (decimal): -6999677 or 8597909. OLE color: 8597909.

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

Color convert

RGB 149 49 131 -
CMYK 0 0.67 0.12 0.42
HSL 310.8º 0.51% 0.39% -
HSV(B) 310.8º 0.67% 0.58% -
XYZ 17.59 10.22 22.52 -
YUV 88.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 149 49 131 0 0.67 0.12 0.42 310.8 0.51 0.39
Hex 95 31 83 0 43 C 2A 137 33 27
Octal 225 61 203 0 103 14 52 467 63 47
Binary 10010101 110001 10000011 0 1000011 1100 101010 100110111 110011 100111

Color Harmonies of #953183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953183

Black with #953183

Text Example


Text Example

White with #953183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953183; }

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

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

background-color css

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

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

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

border-color css

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

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

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