Html Css Color HEX #96689D Violet Blue

📋 copy color: '#96689D'

red 150 ◦ green 104 ◦ blue 157

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

Shades of Violet Blue #96689D

Tints of Violet Blue #96689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

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

R = 36.5%
G = 25.3%
B = 38.2%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96689D (or 0x96689D) is known color: Violet Blue. HEX triplet: 96, 68 and 9D. RGB value is (150,104,157). Sum of RGB (Red+Green+Blue) = 150+104+157=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #96689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96689D is #699762. Grayscale: #7B7B7B. Windows color (decimal): -6920035 or 10315926. OLE color: 10315926.

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

Color convert

RGB 150 104 157 -
CMYK 0.04 0.34 0 0.38
HSL 292.08º 0.21% 0.51% -
HSV(B) 292.08º 0.34% 0.62% -
XYZ 23.61 18.82 34.29 -
YUV 123.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 150 104 157 0.04 0.34 0 0.38 292.08 0.21 0.51
Hex 96 68 9D 4 22 0 26 124 15 33
Octal 226 150 235 4 42 0 46 444 25 63
Binary 10010110 1101000 10011101 100 100010 0 100110 100100100 10101 110011

Color Harmonies of #96689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96689D

Black with #96689D

Text Example


Text Example

White with #96689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96689D; }

 p { color: rgb(150,104,157); }

 H1.HeaderClassName
 {
   color: #96689D;
 }
 .AnyTagClassName
 {
   color: #96689D;
 }
</style>

background-color css

<style>
 a { background-color: #96689D; }

 a { background-color: rgb(150,104,157); }

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

border-color css

<style>
 span { border-color: #96689D; }

 span { border-color: rgb(150,104,157); }

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