Html Css Color HEX #96519E Violet Blue

📋 copy color: '#96519E'

red 150 ◦ green 81 ◦ blue 158

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

Shades of Violet Blue #96519E

Tints of Violet Blue #96519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.82%

 BLUE value IS 158 (62.11% from 255) = 40.62%

R = 38.56%
G = 20.82%
B = 40.62%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96519E (or 0x96519E) is known color: Violet Blue. HEX triplet: 96, 51 and 9E. RGB value is (150,81,158). Sum of RGB (Red+Green+Blue) = 150+81+158=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #96519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96519E is #69AE61. Grayscale: #6E6E6E. Windows color (decimal): -6925922 or 10375574. OLE color: 10375574.

HSL color Cylindrical-coordinate representation of color #96519E: hue angle of 293.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96519E is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 81 158 -
CMYK 0.05 0.49 0 0.38
HSL 293.77º 0.32% 0.47% -
HSV(B) 293.77º 0.49% 0.62% -
XYZ 21.69 14.84 34.07 -
YUV 110.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 150 81 158 0.05 0.49 0 0.38 293.77 0.32 0.47
Hex 96 51 9E 5 31 0 26 126 20 2F
Octal 226 121 236 5 61 0 46 446 40 57
Binary 10010110 1010001 10011110 101 110001 0 100110 100100110 100000 101111

Color Harmonies of #96519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96519E

Black with #96519E

Text Example


Text Example

White with #96519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96519E; }

 p { color: rgb(150,81,158); }

 H1.HeaderClassName
 {
   color: #96519E;
 }
 .AnyTagClassName
 {
   color: #96519E;
 }
</style>

background-color css

<style>
 a { background-color: #96519E; }

 a { background-color: rgb(150,81,158); }

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

border-color css

<style>
 span { border-color: #96519E; }

 span { border-color: rgb(150,81,158); }

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