Html Css Color HEX #96498E Violet Blue

📋 copy color: '#96498E'

red 150 ◦ green 73 ◦ blue 142

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

Shades of Violet Blue #96498E

Tints of Violet Blue #96498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 41.1%
G = 20%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96498E (or 0x96498E) is known color: Violet Blue. HEX triplet: 96, 49 and 8E. RGB value is (150,73,142). Sum of RGB (Red+Green+Blue) = 150+73+142=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #96498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96498E is #69B671. Grayscale: #676767. Windows color (decimal): -6927986 or 9324950. OLE color: 9324950.

HSL color Cylindrical-coordinate representation of color #96498E: hue angle of 306.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96498E is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 142 -
CMYK 0 0.51 0.05 0.41
HSL 306.23º 0.35% 0.44% -
HSV(B) 306.23º 0.51% 0.59% -
XYZ 19.84 13.2 27.09 -
YUV 103.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 150 73 142 0 0.51 0.05 0.41 306.23 0.35 0.44
Hex 96 49 8E 0 33 5 29 132 23 2C
Octal 226 111 216 0 63 5 51 462 43 54
Binary 10010110 1001001 10001110 0 110011 101 101001 100110010 100011 101100

Color Harmonies of #96498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96498E

Black with #96498E

Text Example


Text Example

White with #96498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,73,142); }

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

background-color css

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

 a { background-color: rgb(150,73,142); }

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

border-color css

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

 span { border-color: rgb(150,73,142); }

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