Html Css Color HEX #93329E Vivid Violet

📋 copy color: '#93329E'

red 147 ◦ green 50 ◦ blue 158

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

Shades of Vivid Violet #93329E

Tints of Vivid Violet #93329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.08%

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 41.41%
G = 14.08%
B = 44.51%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93329E (or 0x93329E) is known color: Vivid Violet. HEX triplet: 93, 32 and 9E. RGB value is (147,50,158). Sum of RGB (Red+Green+Blue) = 147+50+158=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #93329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93329E is #6CCD61. Grayscale: #5A5A5A. Windows color (decimal): -7130466 or 10367635. OLE color: 10367635.

HSL color Cylindrical-coordinate representation of color #93329E: hue angle of 293.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93329E is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 50 158 -
CMYK 0.07 0.68 0 0.38
HSL 293.89º 0.52% 0.41% -
HSV(B) 293.89º 0.68% 0.62% -
XYZ 19.34 10.95 33.44 -
YUV 91.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 147 50 158 0.07 0.68 0 0.38 293.89 0.52 0.41
Hex 93 32 9E 7 44 0 26 126 34 29
Octal 223 62 236 7 104 0 46 446 64 51
Binary 10010011 110010 10011110 111 1000100 0 100110 100100110 110100 101001

Color Harmonies of #93329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93329E

Black with #93329E

Text Example


Text Example

White with #93329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93329E; }

 p { color: rgb(147,50,158); }

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

background-color css

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

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

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

border-color css

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

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

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