Html Css Color HEX #952193 Dark Purple

📋 copy color: '#952193'

red 149 ◦ green 33 ◦ blue 147

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

Shades of Dark Purple #952193

Tints of Dark Purple #952193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 45.29%
G = 10.03%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952193 (or 0x952193) is known color: Dark Purple. HEX triplet: 95, 21 and 93. RGB value is (149,33,147). Sum of RGB (Red+Green+Blue) = 149+33+147=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #952193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952193 is #6ADE6C. Grayscale: #505050. Windows color (decimal): -7003757 or 9642389. OLE color: 9642389.

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

Color convert

RGB 149 33 147 -
CMYK 0 0.78 0.01 0.42
HSL 301.03º 0.64% 0.36% -
HSV(B) 301.03º 0.78% 0.58% -
XYZ 18.2 9.58 28.49 -
YUV 80.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 149 33 147 0 0.78 0.01 0.42 301.03 0.64 0.36
Hex 95 21 93 0 4E 1 2A 12D 40 24
Octal 225 41 223 0 116 1 52 455 100 44
Binary 10010101 100001 10010011 0 1001110 1 101010 100101101 1000000 100100

Color Harmonies of #952193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952193

Black with #952193

Text Example


Text Example

White with #952193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952193; }

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

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

background-color css

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

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

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

border-color css

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

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

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