Html Css Color HEX #9B739F Violet Blue

📋 copy color: '#9B739F'

red 155 ◦ green 115 ◦ blue 159

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

Shades of Violet Blue #9B739F

Tints of Violet Blue #9B739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 36.13%
G = 26.81%
B = 37.06%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B739F (or 0x9B739F) is known color: Violet Blue. HEX triplet: 9B, 73 and 9F. RGB value is (155,115,159). Sum of RGB (Red+Green+Blue) = 155+115+159=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B739F is #648C60. Grayscale: #838383. Windows color (decimal): -6589537 or 10449819. OLE color: 10449819.

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

Color convert

RGB 155 115 159 -
CMYK 0.03 0.28 0 0.38
HSL 294.55º 0.19% 0.54% -
HSV(B) 294.55º 0.28% 0.62% -
XYZ 25.91 21.73 35.63 -
YUV 131.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 155 115 159 0.03 0.28 0 0.38 294.55 0.19 0.54
Hex 9B 73 9F 3 1C 0 26 127 13 36
Octal 233 163 237 3 34 0 46 447 23 66
Binary 10011011 1110011 10011111 11 11100 0 100110 100100111 10011 110110

Color Harmonies of #9B739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B739F

Black with #9B739F

Text Example


Text Example

White with #9B739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,115,159); }

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

background-color css

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

 a { background-color: rgb(155,115,159); }

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

border-color css

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

 span { border-color: rgb(155,115,159); }

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