Html Css Color HEX #9B729D Violet Blue

📋 copy color: '#9B729D'

red 155 ◦ green 114 ◦ blue 157

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

Shades of Violet Blue #9B729D

Tints of Violet Blue #9B729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.76%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 36.38%
G = 26.76%
B = 36.85%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B729D (or 0x9B729D) is known color: Violet Blue. HEX triplet: 9B, 72 and 9D. RGB value is (155,114,157). Sum of RGB (Red+Green+Blue) = 155+114+157=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B729D is #648D62. Grayscale: #838383. Windows color (decimal): -6589795 or 10318491. OLE color: 10318491.

HSL color Cylindrical-coordinate representation of color #9B729D: hue angle of 297.21º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B729D is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 114 157 -
CMYK 0.01 0.27 0 0.38
HSL 297.21º 0.18% 0.53% -
HSV(B) 297.21º 0.27% 0.62% -
XYZ 25.62 21.44 34.69 -
YUV 131.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 155 114 157 0.01 0.27 0 0.38 297.21 0.18 0.53
Hex 9B 72 9D 1 1B 0 26 129 12 35
Octal 233 162 235 1 33 0 46 451 22 65
Binary 10011011 1110010 10011101 1 11011 0 100110 100101001 10010 110101

Color Harmonies of #9B729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B729D

Black with #9B729D

Text Example


Text Example

White with #9B729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,114,157); }

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

background-color css

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

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

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

border-color css

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

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

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