Html Css Color HEX #953384 Dark Purple

📋 copy color: '#953384'

red 149 ◦ green 51 ◦ blue 132

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

Shades of Dark Purple #953384

Tints of Dark Purple #953384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 44.88%
G = 15.36%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#953384 (or 0x953384) is known color: Dark Purple. HEX triplet: 95, 33 and 84. RGB value is (149,51,132). Sum of RGB (Red+Green+Blue) = 149+51+132=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #953384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953384 is #6ACC7B. Grayscale: #595959. Windows color (decimal): -6999164 or 8663957. OLE color: 8663957.

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

Color convert

RGB 149 51 132 -
CMYK 0 0.66 0.11 0.42
HSL 310.41º 0.49% 0.39% -
HSV(B) 310.41º 0.66% 0.58% -
XYZ 17.74 10.42 22.91 -
YUV 89.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 149 51 132 0 0.66 0.11 0.42 310.41 0.49 0.39
Hex 95 33 84 0 42 B 2A 136 31 27
Octal 225 63 204 0 102 13 52 466 61 47
Binary 10010101 110011 10000100 0 1000010 1011 101010 100110110 110001 100111

Color Harmonies of #953384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953384

Black with #953384

Text Example


Text Example

White with #953384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953384; }

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

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

background-color css

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

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

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

border-color css

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

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

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