Html Css Color HEX #9B759A Violet Blue

📋 copy color: '#9B759A'

red 155 ◦ green 117 ◦ blue 154

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

Shades of Violet Blue #9B759A

Tints of Violet Blue #9B759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 36.38%
G = 27.46%
B = 36.15%

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

#9B759A (or 0x9B759A) is known color: Violet Blue. HEX triplet: 9B, 75 and 9A. RGB value is (155,117,154). Sum of RGB (Red+Green+Blue) = 155+117+154=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B759A is #648A65. Grayscale: #848484. Windows color (decimal): -6589030 or 10122651. OLE color: 10122651.

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

Color convert

RGB 155 117 154 -
CMYK 0 0.25 0.01 0.39
HSL 301.58º 0.16% 0.53% -
HSV(B) 301.58º 0.25% 0.61% -
XYZ 25.71 22.02 33.47 -
YUV 132.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 155 117 154 0 0.25 0.01 0.39 301.58 0.16 0.53
Hex 9B 75 9A 0 19 1 27 12E 10 35
Octal 233 165 232 0 31 1 47 456 20 65
Binary 10011011 1110101 10011010 0 11001 1 100111 100101110 10000 110101

Color Harmonies of #9B759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B759A

Black with #9B759A

Text Example


Text Example

White with #9B759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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