Html Css Color HEX #952784 Dark Purple

📋 copy color: '#952784'

red 149 ◦ green 39 ◦ blue 132

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

Shades of Dark Purple #952784

Tints of Dark Purple #952784

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 46.56%
G = 12.19%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#952784 (or 0x952784) is known color: Dark Purple. HEX triplet: 95, 27 and 84. RGB value is (149,39,132). Sum of RGB (Red+Green+Blue) = 149+39+132=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #952784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952784 is #6AD87B. Grayscale: #525252. Windows color (decimal): -7002236 or 8660885. OLE color: 8660885.

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

Color convert

RGB 149 39 132 -
CMYK 0 0.74 0.11 0.42
HSL 309.27º 0.59% 0.37% -
HSV(B) 309.27º 0.74% 0.58% -
XYZ 17.28 9.51 22.75 -
YUV 82.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 149 39 132 0 0.74 0.11 0.42 309.27 0.59 0.37
Hex 95 27 84 0 4A B 2A 135 3B 25
Octal 225 47 204 0 112 13 52 465 73 45
Binary 10010101 100111 10000100 0 1001010 1011 101010 100110101 111011 100101

Color Harmonies of #952784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952784

Black with #952784

Text Example


Text Example

White with #952784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952784; }

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

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

background-color css

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

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

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

border-color css

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

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

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