Html Css Color HEX #932590 Dark Purple

📋 copy color: '#932590'

red 147 ◦ green 37 ◦ blue 144

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

Shades of Dark Purple #932590

Tints of Dark Purple #932590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

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

R = 44.82%
G = 11.28%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#932590 (or 0x932590) is known color: Dark Purple. HEX triplet: 93, 25 and 90. RGB value is (147,37,144). Sum of RGB (Red+Green+Blue) = 147+37+144=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #932590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932590 is #6CDA6F. Grayscale: #515151. Windows color (decimal): -7133808 or 9446803. OLE color: 9446803.

HSL color Cylindrical-coordinate representation of color #932590: hue angle of 301.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #932590 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 37 144 -
CMYK 0 0.75 0.02 0.42
HSL 301.64º 0.6% 0.36% -
HSV(B) 301.64º 0.75% 0.58% -
XYZ 17.73 9.54 27.29 -
YUV 82.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 147 37 144 0 0.75 0.02 0.42 301.64 0.6 0.36
Hex 93 25 90 0 4B 2 2A 12E 3C 24
Octal 223 45 220 0 113 2 52 456 74 44
Binary 10010011 100101 10010000 0 1001011 10 101010 100101110 111100 100100

Color Harmonies of #932590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932590

Black with #932590

Text Example


Text Example

White with #932590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932590; }

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

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

background-color css

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

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

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

border-color css

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

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

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