Html Css Color HEX #9E709B Violet Blue

📋 copy color: '#9E709B'

red 158 ◦ green 112 ◦ blue 155

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

Shades of Violet Blue #9E709B

Tints of Violet Blue #9E709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 37.18%
G = 26.35%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9E709B (or 0x9E709B) is known color: Violet Blue. HEX triplet: 9E, 70 and 9B. RGB value is (158,112,155). Sum of RGB (Red+Green+Blue) = 158+112+155=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E709B is #618F64. Grayscale: #828282. Windows color (decimal): -6393701 or 10186910. OLE color: 10186910.

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

Color convert

RGB 158 112 155 -
CMYK 0 0.29 0.02 0.38
HSL 303.91º 0.19% 0.53% -
HSV(B) 303.91º 0.29% 0.62% -
XYZ 25.81 21.22 33.75 -
YUV 130.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 158 112 155 0 0.29 0.02 0.38 303.91 0.19 0.53
Hex 9E 70 9B 0 1D 2 26 130 13 35
Octal 236 160 233 0 35 2 46 460 23 65
Binary 10011110 1110000 10011011 0 11101 10 100110 100110000 10011 110101

Color Harmonies of #9E709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E709B

Black with #9E709B

Text Example


Text Example

White with #9E709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,112,155); }

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

background-color css

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

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

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

border-color css

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

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

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