Html Css Color HEX #93588D Violet Blue

📋 copy color: '#93588D'

red 147 ◦ green 88 ◦ blue 141

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

Shades of Violet Blue #93588D

Tints of Violet Blue #93588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 39.1%
G = 23.4%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93588D (or 0x93588D) is known color: Violet Blue. HEX triplet: 93, 58 and 8D. RGB value is (147,88,141). Sum of RGB (Red+Green+Blue) = 147+88+141=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93588D is #6CA772. Grayscale: #6F6F6F. Windows color (decimal): -7120755 or 9263251. OLE color: 9263251.

HSL color Cylindrical-coordinate representation of color #93588D: hue angle of 306.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93588D is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 141 -
CMYK 0 0.40 0.04 0.42
HSL 306.1º 0.25% 0.46% -
HSV(B) 306.1º 0.4% 0.58% -
XYZ 20.33 15.11 27.04 -
YUV 111.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 147 88 141 0 0.40 0.04 0.42 306.1 0.25 0.46
Hex 93 58 8D 0 28 4 2A 132 19 2E
Octal 223 130 215 0 50 4 52 462 31 56
Binary 10010011 1011000 10001101 0 101000 100 101010 100110010 11001 101110

Color Harmonies of #93588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93588D

Black with #93588D

Text Example


Text Example

White with #93588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,88,141); }

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

background-color css

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

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

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

border-color css

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

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

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