Html Css Color HEX #96709B Violet Blue

📋 copy color: '#96709B'

red 150 ◦ green 112 ◦ blue 155

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

Shades of Violet Blue #96709B

Tints of Violet Blue #96709B

RGB

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

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

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

R = 35.97%
G = 26.86%
B = 37.17%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96709B (or 0x96709B) is known color: Violet Blue. HEX triplet: 96, 70 and 9B. RGB value is (150,112,155). Sum of RGB (Red+Green+Blue) = 150+112+155=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #96709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96709B is #698F64. Grayscale: #808080. Windows color (decimal): -6917989 or 10186902. OLE color: 10186902.

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

Color convert

RGB 150 112 155 -
CMYK 0.03 0.28 0 0.39
HSL 293.02º 0.18% 0.52% -
HSV(B) 293.02º 0.28% 0.61% -
XYZ 24.29 20.44 33.68 -
YUV 128.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 150 112 155 0.03 0.28 0 0.39 293.02 0.18 0.52
Hex 96 70 9B 3 1C 0 27 125 12 34
Octal 226 160 233 3 34 0 47 445 22 64
Binary 10010110 1110000 10011011 11 11100 0 100111 100100101 10010 110100

Color Harmonies of #96709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96709B

Black with #96709B

Text Example


Text Example

White with #96709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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