Html Css Color HEX #96729B Violet Blue

📋 copy color: '#96729B'

red 150 ◦ green 114 ◦ blue 155

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

Shades of Violet Blue #96729B

Tints of Violet Blue #96729B

RGB

 RED value IS 150 (58.98% from 255) = 35.8%

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

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

R = 35.8%
G = 27.21%
B = 36.99%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96729B (or 0x96729B) is known color: Violet Blue. HEX triplet: 96, 72 and 9B. RGB value is (150,114,155). Sum of RGB (Red+Green+Blue) = 150+114+155=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #96729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96729B is #698D64. Grayscale: #818181. Windows color (decimal): -6917477 or 10187414. OLE color: 10187414.

HSL color Cylindrical-coordinate representation of color #96729B: hue angle of 292.68º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96729B is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 114 155 -
CMYK 0.03 0.26 0 0.39
HSL 292.68º 0.17% 0.53% -
HSV(B) 292.68º 0.26% 0.61% -
XYZ 24.51 20.89 33.75 -
YUV 129.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 150 114 155 0.03 0.26 0 0.39 292.68 0.17 0.53
Hex 96 72 9B 3 1A 0 27 125 11 35
Octal 226 162 233 3 32 0 47 445 21 65
Binary 10010110 1110010 10011011 11 11010 0 100111 100100101 10001 110101

Color Harmonies of #96729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96729B

Black with #96729B

Text Example


Text Example

White with #96729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96729B; }

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

 H1.HeaderClassName
 {
   color: #96729B;
 }
 .AnyTagClassName
 {
   color: #96729B;
 }
</style>

background-color css

<style>
 a { background-color: #96729B; }

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

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

border-color css

<style>
 span { border-color: #96729B; }

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

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