Html Css Color HEX #96699E Violet Blue

📋 copy color: '#96699E'

red 150 ◦ green 105 ◦ blue 158

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

Shades of Violet Blue #96699E

Tints of Violet Blue #96699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.42%

 BLUE value IS 158 (62.11% from 255) = 38.26%

R = 36.32%
G = 25.42%
B = 38.26%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96699E (or 0x96699E) is known color: Violet Blue. HEX triplet: 96, 69 and 9E. RGB value is (150,105,158). Sum of RGB (Red+Green+Blue) = 150+105+158=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #96699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96699E is #699661. Grayscale: #7C7C7C. Windows color (decimal): -6919778 or 10381718. OLE color: 10381718.

HSL color Cylindrical-coordinate representation of color #96699E: hue angle of 290.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96699E is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 105 158 -
CMYK 0.05 0.34 0 0.38
HSL 290.94º 0.21% 0.52% -
HSV(B) 290.94º 0.34% 0.62% -
XYZ 23.8 19.06 34.77 -
YUV 124.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 150 105 158 0.05 0.34 0 0.38 290.94 0.21 0.52
Hex 96 69 9E 5 22 0 26 123 15 34
Octal 226 151 236 5 42 0 46 443 25 64
Binary 10010110 1101001 10011110 101 100010 0 100110 100100011 10101 110100

Color Harmonies of #96699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96699E

Black with #96699E

Text Example


Text Example

White with #96699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96699E; }

 p { color: rgb(150,105,158); }

 H1.HeaderClassName
 {
   color: #96699E;
 }
 .AnyTagClassName
 {
   color: #96699E;
 }
</style>

background-color css

<style>
 a { background-color: #96699E; }

 a { background-color: rgb(150,105,158); }

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

border-color css

<style>
 span { border-color: #96699E; }

 span { border-color: rgb(150,105,158); }

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