Html Css Color HEX #96709A Violet Blue

📋 copy color: '#96709A'

red 150 ◦ green 112 ◦ blue 154

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

Shades of Violet Blue #96709A

Tints of Violet Blue #96709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.92%

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

R = 36.06%
G = 26.92%
B = 37.02%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96709A (or 0x96709A) is known color: Violet Blue. HEX triplet: 96, 70 and 9A. RGB value is (150,112,154). Sum of RGB (Red+Green+Blue) = 150+112+154=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #96709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96709A is #698F65. Grayscale: #808080. Windows color (decimal): -6917990 or 10121366. OLE color: 10121366.

HSL color Cylindrical-coordinate representation of color #96709A: hue angle of 294.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96709A is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 112 154 -
CMYK 0.03 0.27 0 0.40
HSL 294.29º 0.17% 0.52% -
HSV(B) 294.29º 0.27% 0.6% -
XYZ 24.2 20.41 33.23 -
YUV 128.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 150 112 154 0.03 0.27 0 0.40 294.29 0.17 0.52
Hex 96 70 9A 3 1B 0 28 126 11 34
Octal 226 160 232 3 33 0 50 446 21 64
Binary 10010110 1110000 10011010 11 11011 0 101000 100100110 10001 110100

Color Harmonies of #96709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96709A

Black with #96709A

Text Example


Text Example

White with #96709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96709A; }

 p { color: rgb(150,112,154); }

 H1.HeaderClassName
 {
   color: #96709A;
 }
 .AnyTagClassName
 {
   color: #96709A;
 }
</style>

background-color css

<style>
 a { background-color: #96709A; }

 a { background-color: rgb(150,112,154); }

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

border-color css

<style>
 span { border-color: #96709A; }

 span { border-color: rgb(150,112,154); }

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