Html Css Color HEX #9E6B9B Violet Blue

📋 copy color: '#9E6B9B'

red 158 ◦ green 107 ◦ blue 155

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

Shades of Violet Blue #9E6B9B

Tints of Violet Blue #9E6B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.48%

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

R = 37.62%
G = 25.48%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9E6B9B (or 0x9E6B9B) is known color: Violet Blue. HEX triplet: 9E, 6B and 9B. RGB value is (158,107,155). Sum of RGB (Red+Green+Blue) = 158+107+155=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6B9B is #619464. Grayscale: #7F7F7F. Windows color (decimal): -6394981 or 10185630. OLE color: 10185630.

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

Color convert

RGB 158 107 155 -
CMYK 0 0.32 0.02 0.38
HSL 303.53º 0.21% 0.52% -
HSV(B) 303.53º 0.32% 0.62% -
XYZ 25.27 20.15 33.57 -
YUV 127.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 158 107 155 0 0.32 0.02 0.38 303.53 0.21 0.52
Hex 9E 6B 9B 0 20 2 26 130 15 34
Octal 236 153 233 0 40 2 46 460 25 64
Binary 10011110 1101011 10011011 0 100000 10 100110 100110000 10101 110100

Color Harmonies of #9E6B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6B9B

Black with #9E6B9B

Text Example


Text Example

White with #9E6B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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