Html Css Color HEX #952190 Dark Purple

📋 copy color: '#952190'

red 149 ◦ green 33 ◦ blue 144

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

Shades of Dark Purple #952190

Tints of Dark Purple #952190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 45.71%
G = 10.12%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952190 (or 0x952190) is known color: Dark Purple. HEX triplet: 95, 21 and 90. RGB value is (149,33,144). Sum of RGB (Red+Green+Blue) = 149+33+144=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #952190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952190 is #6ADE6F. Grayscale: #505050. Windows color (decimal): -7003760 or 9445781. OLE color: 9445781.

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

Color convert

RGB 149 33 144 -
CMYK 0 0.78 0.03 0.42
HSL 302.59º 0.64% 0.36% -
HSV(B) 302.59º 0.78% 0.58% -
XYZ 17.97 9.49 27.27 -
YUV 80.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 149 33 144 0 0.78 0.03 0.42 302.59 0.64 0.36
Hex 95 21 90 0 4E 3 2A 12F 40 24
Octal 225 41 220 0 116 3 52 457 100 44
Binary 10010101 100001 10010000 0 1001110 11 101010 100101111 1000000 100100

Color Harmonies of #952190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952190

Black with #952190

Text Example


Text Example

White with #952190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952190; }

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

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

background-color css

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

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

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

border-color css

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

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

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