Html Css Color HEX #96558D Violet Blue

📋 copy color: '#96558D'

red 150 ◦ green 85 ◦ blue 141

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

Shades of Violet Blue #96558D

Tints of Violet Blue #96558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 39.89%
G = 22.61%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96558D (or 0x96558D) is known color: Violet Blue. HEX triplet: 96, 55 and 8D. RGB value is (150,85,141). Sum of RGB (Red+Green+Blue) = 150+85+141=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96558D is #69AA72. Grayscale: #6E6E6E. Windows color (decimal): -6924915 or 9262486. OLE color: 9262486.

HSL color Cylindrical-coordinate representation of color #96558D: hue angle of 308.31º 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 #96558D is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 141 -
CMYK 0 0.43 0.06 0.41
HSL 308.31º 0.28% 0.46% -
HSV(B) 308.31º 0.43% 0.59% -
XYZ 20.63 14.9 26.99 -
YUV 110.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 150 85 141 0 0.43 0.06 0.41 308.31 0.28 0.46
Hex 96 55 8D 0 2B 6 29 134 1C 2E
Octal 226 125 215 0 53 6 51 464 34 56
Binary 10010110 1010101 10001101 0 101011 110 101001 100110100 11100 101110

Color Harmonies of #96558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96558D

Black with #96558D

Text Example


Text Example

White with #96558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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