Html Css Color HEX #9E6B99 Violet Blue

📋 copy color: '#9E6B99'

red 158 ◦ green 107 ◦ blue 153

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

Shades of Violet Blue #9E6B99

Tints of Violet Blue #9E6B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 37.8%
G = 25.6%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9E6B99 (or 0x9E6B99) is known color: Violet Blue. HEX triplet: 9E, 6B and 99. RGB value is (158,107,153). Sum of RGB (Red+Green+Blue) = 158+107+153=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6B99 is #619466. Grayscale: #7F7F7F. Windows color (decimal): -6394983 or 10054558. OLE color: 10054558.

HSL color Cylindrical-coordinate representation of color #9E6B99: hue angle of 305.88º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E6B99 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 107 153 -
CMYK 0 0.32 0.03 0.38
HSL 305.88º 0.21% 0.52% -
HSV(B) 305.88º 0.32% 0.62% -
XYZ 25.11 20.08 32.69 -
YUV 127.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 158 107 153 0 0.32 0.03 0.38 305.88 0.21 0.52
Hex 9E 6B 99 0 20 3 26 132 15 34
Octal 236 153 231 0 40 3 46 462 25 64
Binary 10011110 1101011 10011001 0 100000 11 100110 100110010 10101 110100

Color Harmonies of #9E6B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6B99

Black with #9E6B99

Text Example


Text Example

White with #9E6B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,107,153); }

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

background-color css

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

 a { background-color: rgb(158,107,153); }

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

border-color css

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

 span { border-color: rgb(158,107,153); }

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