Html Css Color HEX #96489F Violet Blue

📋 copy color: '#96489F'

red 150 ◦ green 72 ◦ blue 159

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

Shades of Violet Blue #96489F

Tints of Violet Blue #96489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.9%

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

R = 39.37%
G = 18.9%
B = 41.73%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96489F (or 0x96489F) is known color: Violet Blue. HEX triplet: 96, 48 and 9F. RGB value is (150,72,159). Sum of RGB (Red+Green+Blue) = 150+72+159=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #96489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96489F is #69B760. Grayscale: #686868. Windows color (decimal): -6928225 or 10438806. OLE color: 10438806.

HSL color Cylindrical-coordinate representation of color #96489F: hue angle of 293.79º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96489F is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 72 159 -
CMYK 0.06 0.55 0 0.38
HSL 293.79º 0.38% 0.45% -
HSV(B) 293.79º 0.55% 0.62% -
XYZ 21.15 13.62 34.32 -
YUV 105.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 150 72 159 0.06 0.55 0 0.38 293.79 0.38 0.45
Hex 96 48 9F 6 37 0 26 126 26 2D
Octal 226 110 237 6 67 0 46 446 46 55
Binary 10010110 1001000 10011111 110 110111 0 100110 100100110 100110 101101

Color Harmonies of #96489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96489F

Black with #96489F

Text Example


Text Example

White with #96489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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