Html Css Color HEX #96558B Violet Blue

📋 copy color: '#96558B'

red 150 ◦ green 85 ◦ blue 139

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

Shades of Violet Blue #96558B

Tints of Violet Blue #96558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 40.11%
G = 22.73%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96558B (or 0x96558B) is known color: Violet Blue. HEX triplet: 96, 55 and 8B. RGB value is (150,85,139). Sum of RGB (Red+Green+Blue) = 150+85+139=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96558B is #69AA74. Grayscale: #6E6E6E. Windows color (decimal): -6924917 or 9131414. OLE color: 9131414.

HSL color Cylindrical-coordinate representation of color #96558B: hue angle of 310.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96558B is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 139 -
CMYK 0 0.43 0.07 0.41
HSL 310.15º 0.28% 0.46% -
HSV(B) 310.15º 0.43% 0.59% -
XYZ 20.49 14.85 26.21 -
YUV 110.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 150 85 139 0 0.43 0.07 0.41 310.15 0.28 0.46
Hex 96 55 8B 0 2B 7 29 136 1C 2E
Octal 226 125 213 0 53 7 51 466 34 56
Binary 10010110 1010101 10001011 0 101011 111 101001 100110110 11100 101110

Color Harmonies of #96558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96558B

Black with #96558B

Text Example


Text Example

White with #96558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,85,139); }

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

background-color css

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

 a { background-color: rgb(150,85,139); }

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

border-color css

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

 span { border-color: rgb(150,85,139); }

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