Html Css Color HEX #932193 Dark Purple

📋 copy color: '#932193'

red 147 ◦ green 33 ◦ blue 147

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

Shades of Dark Purple #932193

Tints of Dark Purple #932193

RGB

 RED value IS 147 (57.81% from 255) = 44.95%

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

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

R = 44.95%
G = 10.09%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#932193 (or 0x932193) is known color: Dark Purple. HEX triplet: 93, 21 and 93. RGB value is (147,33,147). Sum of RGB (Red+Green+Blue) = 147+33+147=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #932193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932193 is #6CDE6C. Grayscale: #4F4F4F. Windows color (decimal): -7134829 or 9642387. OLE color: 9642387.

HSL color Cylindrical-coordinate representation of color #932193: hue angle of 300º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932193 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 33 147 -
CMYK 0 0.78 0 0.42
HSL 300º 0.63% 0.35% -
HSV(B) 300º 0.78% 0.58% -
XYZ 17.84 9.4 28.48 -
YUV 80.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 147 33 147 0 0.78 0 0.42 300 0.63 0.35
Hex 93 21 93 0 4E 0 2A 12C 3F 23
Octal 223 41 223 0 116 0 52 454 77 43
Binary 10010011 100001 10010011 0 1001110 0 101010 100101100 111111 100011

Color Harmonies of #932193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932193

Black with #932193

Text Example


Text Example

White with #932193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932193; }

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

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

background-color css

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

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

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

border-color css

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

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

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