Html Css Color HEX #96639B Violet Blue

📋 copy color: '#96639B'

red 150 ◦ green 99 ◦ blue 155

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

Shades of Violet Blue #96639B

Tints of Violet Blue #96639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 37.13%
G = 24.5%
B = 38.37%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96639B (or 0x96639B) is known color: Violet Blue. HEX triplet: 96, 63 and 9B. RGB value is (150,99,155). Sum of RGB (Red+Green+Blue) = 150+99+155=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #96639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96639B is #699C64. Grayscale: #787878. Windows color (decimal): -6921317 or 10183574. OLE color: 10183574.

HSL color Cylindrical-coordinate representation of color #96639B: hue angle of 294.64º 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 #96639B is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 99 155 -
CMYK 0.03 0.36 0 0.39
HSL 294.64º 0.22% 0.5% -
HSV(B) 294.64º 0.36% 0.61% -
XYZ 22.96 17.77 33.23 -
YUV 120.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 150 99 155 0.03 0.36 0 0.39 294.64 0.22 0.5
Hex 96 63 9B 3 24 0 27 127 16 32
Octal 226 143 233 3 44 0 47 447 26 62
Binary 10010110 1100011 10011011 11 100100 0 100111 100100111 10110 110010

Color Harmonies of #96639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96639B

Black with #96639B

Text Example


Text Example

White with #96639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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