Html Css Color HEX #96558A Violet Blue

📋 copy color: '#96558A'

red 150 ◦ green 85 ◦ blue 138

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

Shades of Violet Blue #96558A

Tints of Violet Blue #96558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 40.21%
G = 22.79%
B = 37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96558A (or 0x96558A) is known color: Violet Blue. HEX triplet: 96, 55 and 8A. RGB value is (150,85,138). Sum of RGB (Red+Green+Blue) = 150+85+138=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96558A is #69AA75. Grayscale: #6E6E6E. Windows color (decimal): -6924918 or 9065878. OLE color: 9065878.

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

Color convert

RGB 150 85 138 -
CMYK 0 0.43 0.08 0.41
HSL 311.08º 0.28% 0.46% -
HSV(B) 311.08º 0.43% 0.59% -
XYZ 20.41 14.82 25.83 -
YUV 110.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 150 85 138 0 0.43 0.08 0.41 311.08 0.28 0.46
Hex 96 55 8A 0 2B 8 29 137 1C 2E
Octal 226 125 212 0 53 10 51 467 34 56
Binary 10010110 1010101 10001010 0 101011 1000 101001 100110111 11100 101110

Color Harmonies of #96558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96558A

Black with #96558A

Text Example


Text Example

White with #96558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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