Html Css Color HEX #952984 Dark Purple

📋 copy color: '#952984'

red 149 ◦ green 41 ◦ blue 132

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

Shades of Dark Purple #952984

Tints of Dark Purple #952984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

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

R = 46.27%
G = 12.73%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#952984 (or 0x952984) is known color: Dark Purple. HEX triplet: 95, 29 and 84. RGB value is (149,41,132). Sum of RGB (Red+Green+Blue) = 149+41+132=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #952984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952984 is #6AD67B. Grayscale: #535353. Windows color (decimal): -7001724 or 8661397. OLE color: 8661397.

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

Color convert

RGB 149 41 132 -
CMYK 0 0.72 0.11 0.42
HSL 309.44º 0.57% 0.37% -
HSV(B) 309.44º 0.72% 0.58% -
XYZ 17.35 9.64 22.78 -
YUV 83.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 149 41 132 0 0.72 0.11 0.42 309.44 0.57 0.37
Hex 95 29 84 0 48 B 2A 135 39 25
Octal 225 51 204 0 110 13 52 465 71 45
Binary 10010101 101001 10000100 0 1001000 1011 101010 100110101 111001 100101

Color Harmonies of #952984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952984

Black with #952984

Text Example


Text Example

White with #952984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952984; }

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

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

background-color css

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

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

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

border-color css

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

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

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