Html Css Color HEX #96649F Violet Blue

📋 copy color: '#96649F'

red 150 ◦ green 100 ◦ blue 159

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

Shades of Violet Blue #96649F

Tints of Violet Blue #96649F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 36.67%
G = 24.45%
B = 38.88%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96649F (or 0x96649F) is known color: Violet Blue. HEX triplet: 96, 64 and 9F. RGB value is (150,100,159). Sum of RGB (Red+Green+Blue) = 150+100+159=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #96649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96649F is #699B60. Grayscale: #797979. Windows color (decimal): -6921057 or 10445974. OLE color: 10445974.

HSL color Cylindrical-coordinate representation of color #96649F: hue angle of 290.85º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96649F is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 100 159 -
CMYK 0.06 0.37 0 0.38
HSL 290.85º 0.24% 0.51% -
HSV(B) 290.85º 0.37% 0.62% -
XYZ 23.39 18.1 35.06 -
YUV 121.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 150 100 159 0.06 0.37 0 0.38 290.85 0.24 0.51
Hex 96 64 9F 6 25 0 26 123 18 33
Octal 226 144 237 6 45 0 46 443 30 63
Binary 10010110 1100100 10011111 110 100101 0 100110 100100011 11000 110011

Color Harmonies of #96649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96649F

Black with #96649F

Text Example


Text Example

White with #96649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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