Html Css Color HEX #9E6295 Violet Blue

📋 copy color: '#9E6295'

red 158 ◦ green 98 ◦ blue 149

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

Shades of Violet Blue #9E6295

Tints of Violet Blue #9E6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.2%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 39.01%
G = 24.2%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9E6295 (or 0x9E6295) is known color: Violet Blue. HEX triplet: 9E, 62 and 95. RGB value is (158,98,149). Sum of RGB (Red+Green+Blue) = 158+98+149=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6295 is #619D6A. Grayscale: #797979. Windows color (decimal): -6397291 or 9790110. OLE color: 9790110.

HSL color Cylindrical-coordinate representation of color #9E6295: hue angle of 309º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6295 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 98 149 -
CMYK 0 0.38 0.06 0.38
HSL 309º 0.24% 0.5% -
HSV(B) 309º 0.38% 0.62% -
XYZ 23.89 18.17 30.68 -
YUV 121.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 158 98 149 0 0.38 0.06 0.38 309 0.24 0.5
Hex 9E 62 95 0 26 6 26 135 18 32
Octal 236 142 225 0 46 6 46 465 30 62
Binary 10011110 1100010 10010101 0 100110 110 100110 100110101 11000 110010

Color Harmonies of #9E6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6295

Black with #9E6295

Text Example


Text Example

White with #9E6295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,98,149); }

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

background-color css

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

 a { background-color: rgb(158,98,149); }

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

border-color css

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

 span { border-color: rgb(158,98,149); }

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