Html Css Color HEX #9E609B Violet Blue

📋 copy color: '#9E609B'

red 158 ◦ green 96 ◦ blue 155

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

Shades of Violet Blue #9E609B

Tints of Violet Blue #9E609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.47%

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

R = 38.63%
G = 23.47%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9E609B (or 0x9E609B) is known color: Violet Blue. HEX triplet: 9E, 60 and 9B. RGB value is (158,96,155). Sum of RGB (Red+Green+Blue) = 158+96+155=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E609B is #619F64. Grayscale: #797979. Windows color (decimal): -6397797 or 10182814. OLE color: 10182814.

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

Color convert

RGB 158 96 155 -
CMYK 0 0.39 0.02 0.38
HSL 302.9º 0.24% 0.5% -
HSV(B) 302.9º 0.39% 0.62% -
XYZ 24.2 18 33.21 -
YUV 121.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 158 96 155 0 0.39 0.02 0.38 302.9 0.24 0.5
Hex 9E 60 9B 0 27 2 26 12F 18 32
Octal 236 140 233 0 47 2 46 457 30 62
Binary 10011110 1100000 10011011 0 100111 10 100110 100101111 11000 110010

Color Harmonies of #9E609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E609B

Black with #9E609B

Text Example


Text Example

White with #9E609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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