Html Css Color HEX #9B7599 Violet Blue

📋 copy color: '#9B7599'

red 155 ◦ green 117 ◦ blue 153

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

Shades of Violet Blue #9B7599

Tints of Violet Blue #9B7599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

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

R = 36.47%
G = 27.53%
B = 36%

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

#9B7599 (or 0x9B7599) is known color: Violet Blue. HEX triplet: 9B, 75 and 99. RGB value is (155,117,153). Sum of RGB (Red+Green+Blue) = 155+117+153=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7599 is #648A66. Grayscale: #848484. Windows color (decimal): -6589031 or 10057115. OLE color: 10057115.

HSL color Cylindrical-coordinate representation of color #9B7599: hue angle of 303.16º 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 #9B7599 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 117 153 -
CMYK 0 0.25 0.01 0.39
HSL 303.16º 0.16% 0.53% -
HSV(B) 303.16º 0.25% 0.61% -
XYZ 25.63 21.99 33.03 -
YUV 132.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 155 117 153 0 0.25 0.01 0.39 303.16 0.16 0.53
Hex 9B 75 99 0 19 1 27 12F 10 35
Octal 233 165 231 0 31 1 47 457 20 65
Binary 10011011 1110101 10011001 0 11001 1 100111 100101111 10000 110101

Color Harmonies of #9B7599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7599

Black with #9B7599

Text Example


Text Example

White with #9B7599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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