Html Css Color HEX #952184 Dark Purple

📋 copy color: '#952184'

red 149 ◦ green 33 ◦ blue 132

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

Shades of Dark Purple #952184

Tints of Dark Purple #952184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

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

R = 47.45%
G = 10.51%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#952184 (or 0x952184) is known color: Dark Purple. HEX triplet: 95, 21 and 84. RGB value is (149,33,132). Sum of RGB (Red+Green+Blue) = 149+33+132=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952184 is #6ADE7B. Grayscale: #4E4E4E. Windows color (decimal): -7003772 or 8659349. OLE color: 8659349.

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

Color convert

RGB 149 33 132 -
CMYK 0 0.78 0.11 0.42
HSL 308.79º 0.64% 0.36% -
HSV(B) 308.79º 0.78% 0.58% -
XYZ 17.1 9.14 22.69 -
YUV 78.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 149 33 132 0 0.78 0.11 0.42 308.79 0.64 0.36
Hex 95 21 84 0 4E B 2A 135 40 24
Octal 225 41 204 0 116 13 52 465 100 44
Binary 10010101 100001 10000100 0 1001110 1011 101010 100110101 1000000 100100

Color Harmonies of #952184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952184

Black with #952184

Text Example


Text Example

White with #952184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952184; }

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

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

background-color css

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

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

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

border-color css

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

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

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