#9E6798

Color #9E6798 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9E6798

Tints of Violet Blue #9E6798

Color information

#9E6798 (or 0x9E6798) is unknown color: approx Violet Blue. HEX triplet: 9E, 67 and 98. RGB value is (158,103,152). Sum of RGB (Red+Green+Blue) = 158+103+152=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6798 is #619867. Grayscale: #7C7C7C. Windows color (decimal): -6396008 or 9987998. OLE color: 9987998.

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

Color convert

RGB158103152-
CMYK00.350.040.38
HSL306.55º22.09%51.18%-
HSV(B)306.55º34.81%61.96%-
XYZ24.6219.2432.12-
YUV125.03143.22151.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 152 (59.77% from 255) = 36.80%
R=38.26%
G=24.94%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810315200.350.040.38306.5522.0951.18
Hex9E67980234261331633
Octal2361472300434464632663
Binary10011110110011110011000010001110010011010011001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,103,152); }

 H1.HeaderClassName
 {
   color: #9E6798;
 }
 .AnyTagClassName
 {
   color: #9E6798;
 }
</style>
background-color css

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

 a { background-color: rgb(158,103,152); }

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

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

 span { border-color: rgb(158,103,152); }

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