Html Css Color HEX #96519F Violet Blue

📋 copy color: '#96519F'

red 150 ◦ green 81 ◦ blue 159

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

Shades of Violet Blue #96519F

Tints of Violet Blue #96519F

RGB

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

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

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

R = 38.46%
G = 20.77%
B = 40.77%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96519F (or 0x96519F) is known color: Violet Blue. HEX triplet: 96, 51 and 9F. RGB value is (150,81,159). Sum of RGB (Red+Green+Blue) = 150+81+159=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #96519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96519F is #69AE60. Grayscale: #6E6E6E. Windows color (decimal): -6925921 or 10441110. OLE color: 10441110.

HSL color Cylindrical-coordinate representation of color #96519F: hue angle of 293.08º 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 #96519F is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 81 159 -
CMYK 0.06 0.49 0 0.38
HSL 293.08º 0.33% 0.47% -
HSV(B) 293.08º 0.49% 0.62% -
XYZ 21.78 14.87 34.52 -
YUV 110.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 150 81 159 0.06 0.49 0 0.38 293.08 0.33 0.47
Hex 96 51 9F 6 31 0 26 125 20 2F
Octal 226 121 237 6 61 0 46 445 40 57
Binary 10010110 1010001 10011111 110 110001 0 100110 100100101 100000 101111

Color Harmonies of #96519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96519F

Black with #96519F

Text Example


Text Example

White with #96519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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