Html Css Color HEX #9E6B98 Violet Blue

📋 copy color: '#9E6B98'

red 158 ◦ green 107 ◦ blue 152

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

Shades of Violet Blue #9E6B98

Tints of Violet Blue #9E6B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 37.89%
G = 25.66%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E6B98 (or 0x9E6B98) is known color: Violet Blue. HEX triplet: 9E, 6B and 98. RGB value is (158,107,152). Sum of RGB (Red+Green+Blue) = 158+107+152=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6B98 is #619467. Grayscale: #7F7F7F. Windows color (decimal): -6394984 or 9989022. OLE color: 9989022.

HSL color Cylindrical-coordinate representation of color #9E6B98: hue angle of 307.06º 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 #9E6B98 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 107 152 -
CMYK 0 0.32 0.04 0.38
HSL 307.06º 0.21% 0.52% -
HSV(B) 307.06º 0.32% 0.62% -
XYZ 25.03 20.05 32.26 -
YUV 127.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 158 107 152 0 0.32 0.04 0.38 307.06 0.21 0.52
Hex 9E 6B 98 0 20 4 26 133 15 34
Octal 236 153 230 0 40 4 46 463 25 64
Binary 10011110 1101011 10011000 0 100000 100 100110 100110011 10101 110100

Color Harmonies of #9E6B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6B98

Black with #9E6B98

Text Example


Text Example

White with #9E6B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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