Html Css Color HEX #9B759B Violet Blue

📋 copy color: '#9B759B'

red 155 ◦ green 117 ◦ blue 155

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

Shades of Violet Blue #9B759B

Tints of Violet Blue #9B759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 36.3%
G = 27.4%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B759B (or 0x9B759B) is known color: Violet Blue. HEX triplet: 9B, 75 and 9B. RGB value is (155,117,155). Sum of RGB (Red+Green+Blue) = 155+117+155=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B759B is #648A64. Grayscale: #848484. Windows color (decimal): -6589029 or 10188187. OLE color: 10188187.

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

Color convert

RGB 155 117 155 -
CMYK 0 0.25 0 0.39
HSL 300º 0.16% 0.53% -
HSV(B) 300º 0.25% 0.61% -
XYZ 25.8 22.06 33.91 -
YUV 132.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 155 117 155 0 0.25 0 0.39 300 0.16 0.53
Hex 9B 75 9B 0 19 0 27 12C 10 35
Octal 233 165 233 0 31 0 47 454 20 65
Binary 10011011 1110101 10011011 0 11001 0 100111 100101100 10000 110101

Color Harmonies of #9B759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B759B

Black with #9B759B

Text Example


Text Example

White with #9B759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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