Html Css Color HEX #9E599E Violet Blue

📋 copy color: '#9E599E'

red 158 ◦ green 89 ◦ blue 158

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

Shades of Violet Blue #9E599E

Tints of Violet Blue #9E599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.98%

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

R = 39.01%
G = 21.98%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9E599E (or 0x9E599E) is known color: Violet Blue. HEX triplet: 9E, 59 and 9E. RGB value is (158,89,158). Sum of RGB (Red+Green+Blue) = 158+89+158=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E599E is #61A661. Grayscale: #757575. Windows color (decimal): -6399586 or 10377630. OLE color: 10377630.

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

Color convert

RGB 158 89 158 -
CMYK 0 0.44 0 0.38
HSL 300º 0.28% 0.48% -
HSV(B) 300º 0.44% 0.62% -
XYZ 23.84 16.88 34.35 -
YUV 117.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 158 89 158 0 0.44 0 0.38 300 0.28 0.48
Hex 9E 59 9E 0 2C 0 26 12C 1C 30
Octal 236 131 236 0 54 0 46 454 34 60
Binary 10011110 1011001 10011110 0 101100 0 100110 100101100 11100 110000

Color Harmonies of #9E599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E599E

Black with #9E599E

Text Example


Text Example

White with #9E599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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