Html Css Color HEX #9E719E Violet Blue

📋 copy color: '#9E719E'

red 158 ◦ green 113 ◦ blue 158

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

Shades of Violet Blue #9E719E

Tints of Violet Blue #9E719E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 36.83%
G = 26.34%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9E719E (or 0x9E719E) is known color: Violet Blue. HEX triplet: 9E, 71 and 9E. RGB value is (158,113,158). Sum of RGB (Red+Green+Blue) = 158+113+158=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E719E is #618E61. Grayscale: #838383. Windows color (decimal): -6393442 or 10383774. OLE color: 10383774.

HSL color Cylindrical-coordinate representation of color #9E719E: hue angle of 300º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E719E is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 113 158 -
CMYK 0 0.28 0 0.38
HSL 300º 0.19% 0.53% -
HSV(B) 300º 0.28% 0.62% -
XYZ 26.18 21.55 35.13 -
YUV 131.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 158 113 158 0 0.28 0 0.38 300 0.19 0.53
Hex 9E 71 9E 0 1C 0 26 12C 13 35
Octal 236 161 236 0 34 0 46 454 23 65
Binary 10011110 1110001 10011110 0 11100 0 100110 100101100 10011 110101

Color Harmonies of #9E719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E719E

Black with #9E719E

Text Example


Text Example

White with #9E719E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,113,158); }

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

background-color css

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

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

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

border-color css

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

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

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