Html Css Color HEX #932090 Dark Purple

📋 copy color: '#932090'

red 147 ◦ green 32 ◦ blue 144

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

Shades of Dark Purple #932090

Tints of Dark Purple #932090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.91%

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

R = 45.51%
G = 9.91%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#932090 (or 0x932090) is known color: Dark Purple. HEX triplet: 93, 20 and 90. RGB value is (147,32,144). Sum of RGB (Red+Green+Blue) = 147+32+144=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #932090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932090 is #6CDF6F. Grayscale: #4E4E4E. Windows color (decimal): -7135088 or 9445523. OLE color: 9445523.

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

Color convert

RGB 147 32 144 -
CMYK 0 0.78 0.02 0.42
HSL 301.57º 0.64% 0.35% -
HSV(B) 301.57º 0.78% 0.58% -
XYZ 17.58 9.25 27.24 -
YUV 79.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 147 32 144 0 0.78 0.02 0.42 301.57 0.64 0.35
Hex 93 20 90 0 4E 2 2A 12E 40 23
Octal 223 40 220 0 116 2 52 456 100 43
Binary 10010011 100000 10010000 0 1001110 10 101010 100101110 1000000 100011

Color Harmonies of #932090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932090

Black with #932090

Text Example


Text Example

White with #932090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932090; }

 p { color: rgb(147,32,144); }

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

background-color css

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

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

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

border-color css

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

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

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