Html Css Color HEX #9B7499 Violet Blue

📋 copy color: '#9B7499'

red 155 ◦ green 116 ◦ blue 153

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

Shades of Violet Blue #9B7499

Tints of Violet Blue #9B7499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 36.56%
G = 27.36%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B7499 (or 0x9B7499) is known color: Violet Blue. HEX triplet: 9B, 74 and 99. RGB value is (155,116,153). Sum of RGB (Red+Green+Blue) = 155+116+153=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7499 is #648B66. Grayscale: #838383. Windows color (decimal): -6589287 or 10056859. OLE color: 10056859.

HSL color Cylindrical-coordinate representation of color #9B7499: hue angle of 303.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7499 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 153 -
CMYK 0 0.25 0.01 0.39
HSL 303.08º 0.16% 0.53% -
HSV(B) 303.08º 0.25% 0.61% -
XYZ 25.51 21.76 32.99 -
YUV 131.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 155 116 153 0 0.25 0.01 0.39 303.08 0.16 0.53
Hex 9B 74 99 0 19 1 27 12F 10 35
Octal 233 164 231 0 31 1 47 457 20 65
Binary 10011011 1110100 10011001 0 11001 1 100111 100101111 10000 110101

Color Harmonies of #9B7499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7499

Black with #9B7499

Text Example


Text Example

White with #9B7499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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