Html Css Color HEX #96649A Violet Blue

📋 copy color: '#96649A'

red 150 ◦ green 100 ◦ blue 154

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

Shades of Violet Blue #96649A

Tints of Violet Blue #96649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

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

R = 37.13%
G = 24.75%
B = 38.12%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96649A (or 0x96649A) is known color: Violet Blue. HEX triplet: 96, 64 and 9A. RGB value is (150,100,154). Sum of RGB (Red+Green+Blue) = 150+100+154=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #96649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96649A is #699B65. Grayscale: #787878. Windows color (decimal): -6921062 or 10118294. OLE color: 10118294.

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

Color convert

RGB 150 100 154 -
CMYK 0.03 0.35 0 0.40
HSL 295.56º 0.21% 0.5% -
HSV(B) 295.56º 0.35% 0.6% -
XYZ 22.97 17.93 32.82 -
YUV 121.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 150 100 154 0.03 0.35 0 0.40 295.56 0.21 0.5
Hex 96 64 9A 3 23 0 28 128 15 32
Octal 226 144 232 3 43 0 50 450 25 62
Binary 10010110 1100100 10011010 11 100011 0 101000 100101000 10101 110010

Color Harmonies of #96649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96649A

Black with #96649A

Text Example


Text Example

White with #96649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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