Html Css Color HEX #952186 Dark Purple

📋 copy color: '#952186'

red 149 ◦ green 33 ◦ blue 134

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

Shades of Dark Purple #952186

Tints of Dark Purple #952186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 47.15%
G = 10.44%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#952186 (or 0x952186) is known color: Dark Purple. HEX triplet: 95, 21 and 86. RGB value is (149,33,134). Sum of RGB (Red+Green+Blue) = 149+33+134=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #952186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952186 is #6ADE79. Grayscale: #4E4E4E. Windows color (decimal): -7003770 or 8790421. OLE color: 8790421.

HSL color Cylindrical-coordinate representation of color #952186: hue angle of 307.76º 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 #952186 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 134 -
CMYK 0 0.78 0.10 0.42
HSL 307.76º 0.64% 0.36% -
HSV(B) 307.76º 0.78% 0.58% -
XYZ 17.24 9.2 23.42 -
YUV 79.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 149 33 134 0 0.78 0.10 0.42 307.76 0.64 0.36
Hex 95 21 86 0 4E A 2A 134 40 24
Octal 225 41 206 0 116 12 52 464 100 44
Binary 10010101 100001 10000110 0 1001110 1010 101010 100110100 1000000 100100

Color Harmonies of #952186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952186

Black with #952186

Text Example


Text Example

White with #952186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952186; }

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

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

background-color css

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

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

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

border-color css

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

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

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