Html Css Color HEX #9E6895 Violet Blue

📋 copy color: '#9E6895'

red 158 ◦ green 104 ◦ blue 149

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

Shades of Violet Blue #9E6895

Tints of Violet Blue #9E6895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

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

R = 38.44%
G = 25.3%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9E6895 (or 0x9E6895) is known color: Violet Blue. HEX triplet: 9E, 68 and 95. RGB value is (158,104,149). Sum of RGB (Red+Green+Blue) = 158+104+149=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6895 is #61976A. Grayscale: #7D7D7D. Windows color (decimal): -6395755 or 9791646. OLE color: 9791646.

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

Color convert

RGB 158 104 149 -
CMYK 0 0.34 0.06 0.38
HSL 310º 0.22% 0.51% -
HSV(B) 310º 0.34% 0.62% -
XYZ 24.48 19.34 30.88 -
YUV 125.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 158 104 149 0 0.34 0.06 0.38 310 0.22 0.51
Hex 9E 68 95 0 22 6 26 136 16 33
Octal 236 150 225 0 42 6 46 466 26 63
Binary 10011110 1101000 10010101 0 100010 110 100110 100110110 10110 110011

Color Harmonies of #9E6895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6895

Black with #9E6895

Text Example


Text Example

White with #9E6895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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