Html Css Color HEX #96649B Violet Blue

📋 copy color: '#96649B'

red 150 ◦ green 100 ◦ blue 155

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

Shades of Violet Blue #96649B

Tints of Violet Blue #96649B

RGB

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

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

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

R = 37.04%
G = 24.69%
B = 38.27%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96649B (or 0x96649B) is known color: Violet Blue. HEX triplet: 96, 64 and 9B. RGB value is (150,100,155). Sum of RGB (Red+Green+Blue) = 150+100+155=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #96649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96649B is #699B64. Grayscale: #797979. Windows color (decimal): -6921061 or 10183830. OLE color: 10183830.

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

Color convert

RGB 150 100 155 -
CMYK 0.03 0.35 0 0.39
HSL 294.55º 0.22% 0.5% -
HSV(B) 294.55º 0.35% 0.61% -
XYZ 23.05 17.96 33.26 -
YUV 121.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 150 100 155 0.03 0.35 0 0.39 294.55 0.22 0.5
Hex 96 64 9B 3 23 0 27 127 16 32
Octal 226 144 233 3 43 0 47 447 26 62
Binary 10010110 1100100 10011011 11 100011 0 100111 100100111 10110 110010

Color Harmonies of #96649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96649B

Black with #96649B

Text Example


Text Example

White with #96649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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