Html Css Color HEX #932093 Dark Purple

📋 copy color: '#932093'

red 147 ◦ green 32 ◦ blue 147

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

Shades of Dark Purple #932093

Tints of Dark Purple #932093

RGB

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

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

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

R = 45.09%
G = 9.82%
B = 45.09%

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

#932093 (or 0x932093) is known color: Dark Purple. HEX triplet: 93, 20 and 93. RGB value is (147,32,147). Sum of RGB (Red+Green+Blue) = 147+32+147=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #932093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932093 is #6CDF6C. Grayscale: #4F4F4F. Windows color (decimal): -7135085 or 9642131. OLE color: 9642131.

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

Color convert

RGB 147 32 147 -
CMYK 0 0.78 0 0.42
HSL 300º 0.64% 0.35% -
HSV(B) 300º 0.78% 0.58% -
XYZ 17.82 9.34 28.47 -
YUV 79.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 147 32 147 0 0.78 0 0.42 300 0.64 0.35
Hex 93 20 93 0 4E 0 2A 12C 40 23
Octal 223 40 223 0 116 0 52 454 100 43
Binary 10010011 100000 10010011 0 1001110 0 101010 100101100 1000000 100011

Color Harmonies of #932093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932093

Black with #932093

Text Example


Text Example

White with #932093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932093; }

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

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

background-color css

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

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

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

border-color css

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

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

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