Html Css Color HEX #953884 Dark Purple

📋 copy color: '#953884'

red 149 ◦ green 56 ◦ blue 132

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

Shades of Dark Purple #953884

Tints of Dark Purple #953884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 44.21%
G = 16.62%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#953884 (or 0x953884) is known color: Dark Purple. HEX triplet: 95, 38 and 84. RGB value is (149,56,132). Sum of RGB (Red+Green+Blue) = 149+56+132=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #953884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953884 is #6AC77B. Grayscale: #5C5C5C. Windows color (decimal): -6997884 or 8665237. OLE color: 8665237.

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

Color convert

RGB 149 56 132 -
CMYK 0 0.62 0.11 0.42
HSL 310.97º 0.45% 0.4% -
HSV(B) 310.97º 0.62% 0.58% -
XYZ 17.97 10.88 22.98 -
YUV 92.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 149 56 132 0 0.62 0.11 0.42 310.97 0.45 0.4
Hex 95 38 84 0 3E B 2A 137 2D 28
Octal 225 70 204 0 76 13 52 467 55 50
Binary 10010101 111000 10000100 0 111110 1011 101010 100110111 101101 101000

Color Harmonies of #953884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953884

Black with #953884

Text Example


Text Example

White with #953884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953884; }

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

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

background-color css

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

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

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

border-color css

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

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

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