Html Css Color HEX #96689B Violet Blue

📋 copy color: '#96689B'

red 150 ◦ green 104 ◦ blue 155

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

Shades of Violet Blue #96689B

Tints of Violet Blue #96689B

RGB

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

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

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

R = 36.67%
G = 25.43%
B = 37.9%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96689B (or 0x96689B) is known color: Violet Blue. HEX triplet: 96, 68 and 9B. RGB value is (150,104,155). Sum of RGB (Red+Green+Blue) = 150+104+155=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #96689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96689B is #699764. Grayscale: #7B7B7B. Windows color (decimal): -6920037 or 10184854. OLE color: 10184854.

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

Color convert

RGB 150 104 155 -
CMYK 0.03 0.33 0 0.39
HSL 294.12º 0.2% 0.51% -
HSV(B) 294.12º 0.33% 0.61% -
XYZ 23.44 18.75 33.39 -
YUV 123.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 150 104 155 0.03 0.33 0 0.39 294.12 0.2 0.51
Hex 96 68 9B 3 21 0 27 126 14 33
Octal 226 150 233 3 41 0 47 446 24 63
Binary 10010110 1101000 10011011 11 100001 0 100111 100100110 10100 110011

Color Harmonies of #96689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96689B

Black with #96689B

Text Example


Text Example

White with #96689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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