Html Css Color HEX #96649C Violet Blue

📋 copy color: '#96649C'

red 150 ◦ green 100 ◦ blue 156

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

Shades of Violet Blue #96649C

Tints of Violet Blue #96649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 36.95%
G = 24.63%
B = 38.42%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96649C (or 0x96649C) is known color: Violet Blue. HEX triplet: 96, 64 and 9C. RGB value is (150,100,156). Sum of RGB (Red+Green+Blue) = 150+100+156=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #96649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96649C is #699B63. Grayscale: #797979. Windows color (decimal): -6921060 or 10249366. OLE color: 10249366.

HSL color Cylindrical-coordinate representation of color #96649C: hue angle of 293.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96649C is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 100 156 -
CMYK 0.04 0.36 0 0.39
HSL 293.57º 0.22% 0.5% -
HSV(B) 293.57º 0.36% 0.61% -
XYZ 23.14 18 33.71 -
YUV 121.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 150 100 156 0.04 0.36 0 0.39 293.57 0.22 0.5
Hex 96 64 9C 4 24 0 27 126 16 32
Octal 226 144 234 4 44 0 47 446 26 62
Binary 10010110 1100100 10011100 100 100100 0 100111 100100110 10110 110010

Color Harmonies of #96649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96649C

Black with #96649C

Text Example


Text Example

White with #96649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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