Html Css Color HEX #9E779F Violet Blue

📋 copy color: '#9E779F'

red 158 ◦ green 119 ◦ blue 159

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

Shades of Violet Blue #9E779F

Tints of Violet Blue #9E779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 36.24%
G = 27.29%
B = 36.47%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9E779F (or 0x9E779F) is known color: Violet Blue. HEX triplet: 9E, 77 and 9F. RGB value is (158,119,159). Sum of RGB (Red+Green+Blue) = 158+119+159=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E779F is #618860. Grayscale: #878787. Windows color (decimal): -6391905 or 10450846. OLE color: 10450846.

HSL color Cylindrical-coordinate representation of color #9E779F: hue angle of 298.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E779F is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 119 159 -
CMYK 0.01 0.25 0 0.38
HSL 298.5º 0.17% 0.55% -
HSV(B) 298.5º 0.25% 0.62% -
XYZ 26.96 22.97 35.81 -
YUV 135.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 158 119 159 0.01 0.25 0 0.38 298.5 0.17 0.55
Hex 9E 77 9F 1 19 0 26 12A 11 37
Octal 236 167 237 1 31 0 46 452 21 67
Binary 10011110 1110111 10011111 1 11001 0 100110 100101010 10001 110111

Color Harmonies of #9E779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E779F

Black with #9E779F

Text Example


Text Example

White with #9E779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,119,159); }

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

background-color css

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

 a { background-color: rgb(158,119,159); }

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

border-color css

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

 span { border-color: rgb(158,119,159); }

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