Html Css Color HEX #9E6493 Violet Blue

📋 copy color: '#9E6493'

red 158 ◦ green 100 ◦ blue 147

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

Shades of Violet Blue #9E6493

Tints of Violet Blue #9E6493

RGB

 RED value IS 158 (62.11% from 255) = 39.01%

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 39.01%
G = 24.69%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E6493 (or 0x9E6493) is known color: Violet Blue. HEX triplet: 9E, 64 and 93. RGB value is (158,100,147). Sum of RGB (Red+Green+Blue) = 158+100+147=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6493 is #619B6C. Grayscale: #7A7A7A. Windows color (decimal): -6396781 or 9659550. OLE color: 9659550.

HSL color Cylindrical-coordinate representation of color #9E6493: hue angle of 311.38º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6493 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 100 147 -
CMYK 0 0.37 0.07 0.38
HSL 311.38º 0.23% 0.51% -
HSV(B) 311.38º 0.37% 0.62% -
XYZ 23.92 18.49 29.91 -
YUV 122.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 158 100 147 0 0.37 0.07 0.38 311.38 0.23 0.51
Hex 9E 64 93 0 25 7 26 137 17 33
Octal 236 144 223 0 45 7 46 467 27 63
Binary 10011110 1100100 10010011 0 100101 111 100110 100110111 10111 110011

Color Harmonies of #9E6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6493

Black with #9E6493

Text Example


Text Example

White with #9E6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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