Html Css Color HEX #952484 Dark Purple

📋 copy color: '#952484'

red 149 ◦ green 36 ◦ blue 132

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

Shades of Dark Purple #952484

Tints of Dark Purple #952484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

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

R = 47%
G = 11.36%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#952484 (or 0x952484) is known color: Dark Purple. HEX triplet: 95, 24 and 84. RGB value is (149,36,132). Sum of RGB (Red+Green+Blue) = 149+36+132=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952484 is #6ADB7B. Grayscale: #505050. Windows color (decimal): -7003004 or 8660117. OLE color: 8660117.

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

Color convert

RGB 149 36 132 -
CMYK 0 0.76 0.11 0.42
HSL 309.03º 0.61% 0.36% -
HSV(B) 309.03º 0.76% 0.58% -
XYZ 17.19 9.32 22.72 -
YUV 80.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 149 36 132 0 0.76 0.11 0.42 309.03 0.61 0.36
Hex 95 24 84 0 4C B 2A 135 3D 24
Octal 225 44 204 0 114 13 52 465 75 44
Binary 10010101 100100 10000100 0 1001100 1011 101010 100110101 111101 100100

Color Harmonies of #952484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952484

Black with #952484

Text Example


Text Example

White with #952484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952484; }

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

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

background-color css

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

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

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

border-color css

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

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

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