Html Css Color HEX #9B749E Violet Blue

📋 copy color: '#9B749E'

red 155 ◦ green 116 ◦ blue 158

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

Shades of Violet Blue #9B749E

Tints of Violet Blue #9B749E

RGB

 RED value IS 155 (60.94% from 255) = 36.13%

 GREEN value IS 116 (45.7% from 255) = 27.04%

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

R = 36.13%
G = 27.04%
B = 36.83%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B749E (or 0x9B749E) is known color: Violet Blue. HEX triplet: 9B, 74 and 9E. RGB value is (155,116,158). Sum of RGB (Red+Green+Blue) = 155+116+158=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B749E is #648B61. Grayscale: #848484. Windows color (decimal): -6589282 or 10384539. OLE color: 10384539.

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

Color convert

RGB 155 116 158 -
CMYK 0.02 0.27 0 0.38
HSL 295.71º 0.18% 0.54% -
HSV(B) 295.71º 0.27% 0.62% -
XYZ 25.93 21.93 35.21 -
YUV 132.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 155 116 158 0.02 0.27 0 0.38 295.71 0.18 0.54
Hex 9B 74 9E 2 1B 0 26 128 12 36
Octal 233 164 236 2 33 0 46 450 22 66
Binary 10011011 1110100 10011110 10 11011 0 100110 100101000 10010 110110

Color Harmonies of #9B749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B749E

Black with #9B749E

Text Example


Text Example

White with #9B749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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