Html Css Color HEX #96639D Violet Blue

📋 copy color: '#96639D'

red 150 ◦ green 99 ◦ blue 157

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

Shades of Violet Blue #96639D

Tints of Violet Blue #96639D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 36.95%
G = 24.38%
B = 38.67%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96639D (or 0x96639D) is known color: Violet Blue. HEX triplet: 96, 63 and 9D. RGB value is (150,99,157). Sum of RGB (Red+Green+Blue) = 150+99+157=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #96639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96639D is #699C62. Grayscale: #787878. Windows color (decimal): -6921315 or 10314646. OLE color: 10314646.

HSL color Cylindrical-coordinate representation of color #96639D: hue angle of 292.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96639D is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 99 157 -
CMYK 0.04 0.37 0 0.38
HSL 292.76º 0.23% 0.5% -
HSV(B) 292.76º 0.37% 0.62% -
XYZ 23.13 17.84 34.12 -
YUV 120.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 150 99 157 0.04 0.37 0 0.38 292.76 0.23 0.5
Hex 96 63 9D 4 25 0 26 125 17 32
Octal 226 143 235 4 45 0 46 445 27 62
Binary 10010110 1100011 10011101 100 100101 0 100110 100100101 10111 110010

Color Harmonies of #96639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96639D

Black with #96639D

Text Example


Text Example

White with #96639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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