Html Css Color HEX #96719C Violet Blue

📋 copy color: '#96719C'

red 150 ◦ green 113 ◦ blue 156

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

Shades of Violet Blue #96719C

Tints of Violet Blue #96719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.97%

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

R = 35.8%
G = 26.97%
B = 37.23%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96719C (or 0x96719C) is known color: Violet Blue. HEX triplet: 96, 71 and 9C. RGB value is (150,113,156). Sum of RGB (Red+Green+Blue) = 150+113+156=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #96719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96719C is #698E63. Grayscale: #808080. Windows color (decimal): -6917732 or 10252694. OLE color: 10252694.

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

Color convert

RGB 150 113 156 -
CMYK 0.04 0.28 0 0.39
HSL 291.63º 0.18% 0.53% -
HSV(B) 291.63º 0.28% 0.61% -
XYZ 24.48 20.69 34.16 -
YUV 128.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 150 113 156 0.04 0.28 0 0.39 291.63 0.18 0.53
Hex 96 71 9C 4 1C 0 27 124 12 35
Octal 226 161 234 4 34 0 47 444 22 65
Binary 10010110 1110001 10011100 100 11100 0 100111 100100100 10010 110101

Color Harmonies of #96719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96719C

Black with #96719C

Text Example


Text Example

White with #96719C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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