Html Css Color HEX #93638C Violet Blue

📋 copy color: '#93638C'

red 147 ◦ green 99 ◦ blue 140

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

Shades of Violet Blue #93638C

Tints of Violet Blue #93638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 38.08%
G = 25.65%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93638C (or 0x93638C) is known color: Violet Blue. HEX triplet: 93, 63 and 8C. RGB value is (147,99,140). Sum of RGB (Red+Green+Blue) = 147+99+140=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93638C is #6C9C73. Grayscale: #757575. Windows color (decimal): -7117940 or 9200531. OLE color: 9200531.

HSL color Cylindrical-coordinate representation of color #93638C: hue angle of 308.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93638C is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 99 140 -
CMYK 0 0.33 0.05 0.42
HSL 308.75º 0.2% 0.48% -
HSV(B) 308.75º 0.33% 0.58% -
XYZ 21.23 17.02 26.98 -
YUV 118.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 147 99 140 0 0.33 0.05 0.42 308.75 0.2 0.48
Hex 93 63 8C 0 21 5 2A 135 14 30
Octal 223 143 214 0 41 5 52 465 24 60
Binary 10010011 1100011 10001100 0 100001 101 101010 100110101 10100 110000

Color Harmonies of #93638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93638C

Black with #93638C

Text Example


Text Example

White with #93638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93638C; }

 p { color: rgb(147,99,140); }

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

background-color css

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

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

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

border-color css

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

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

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