Html Css Color HEX #93499D Violet Blue

📋 copy color: '#93499D'

red 147 ◦ green 73 ◦ blue 157

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

Shades of Violet Blue #93499D

Tints of Violet Blue #93499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 38.99%
G = 19.36%
B = 41.64%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93499D (or 0x93499D) is known color: Violet Blue. HEX triplet: 93, 49 and 9D. RGB value is (147,73,157). Sum of RGB (Red+Green+Blue) = 147+73+157=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #93499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93499D is #6CB662. Grayscale: #686868. Windows color (decimal): -7124579 or 10307987. OLE color: 10307987.

HSL color Cylindrical-coordinate representation of color #93499D: hue angle of 292.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93499D is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 73 157 -
CMYK 0.06 0.54 0 0.38
HSL 292.86º 0.37% 0.45% -
HSV(B) 292.86º 0.54% 0.62% -
XYZ 20.5 13.4 33.4 -
YUV 104.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 147 73 157 0.06 0.54 0 0.38 292.86 0.37 0.45
Hex 93 49 9D 6 36 0 26 125 25 2D
Octal 223 111 235 6 66 0 46 445 45 55
Binary 10010011 1001001 10011101 110 110110 0 100110 100100101 100101 101101

Color Harmonies of #93499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93499D

Black with #93499D

Text Example


Text Example

White with #93499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93499D; }

 p { color: rgb(147,73,157); }

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

background-color css

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

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

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

border-color css

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

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

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