Html Css Color HEX #96549B Violet Blue

📋 copy color: '#96549B'

red 150 ◦ green 84 ◦ blue 155

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

Shades of Violet Blue #96549B

Tints of Violet Blue #96549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 38.56%
G = 21.59%
B = 39.85%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96549B (or 0x96549B) is known color: Violet Blue. HEX triplet: 96, 54 and 9B. RGB value is (150,84,155). Sum of RGB (Red+Green+Blue) = 150+84+155=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #96549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96549B is #69AB64. Grayscale: #6F6F6F. Windows color (decimal): -6925157 or 10179734. OLE color: 10179734.

HSL color Cylindrical-coordinate representation of color #96549B: hue angle of 295.77º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96549B is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 84 155 -
CMYK 0.03 0.46 0 0.39
HSL 295.77º 0.3% 0.47% -
HSV(B) 295.77º 0.46% 0.61% -
XYZ 21.66 15.19 32.8 -
YUV 111.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 150 84 155 0.03 0.46 0 0.39 295.77 0.3 0.47
Hex 96 54 9B 3 2E 0 27 128 1E 2F
Octal 226 124 233 3 56 0 47 450 36 57
Binary 10010110 1010100 10011011 11 101110 0 100111 100101000 11110 101111

Color Harmonies of #96549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96549B

Black with #96549B

Text Example


Text Example

White with #96549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96549B; }

 p { color: rgb(150,84,155); }

 H1.HeaderClassName
 {
   color: #96549B;
 }
 .AnyTagClassName
 {
   color: #96549B;
 }
</style>

background-color css

<style>
 a { background-color: #96549B; }

 a { background-color: rgb(150,84,155); }

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

border-color css

<style>
 span { border-color: #96549B; }

 span { border-color: rgb(150,84,155); }

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