Html Css Color HEX #985596 Violet Blue

📋 copy color: '#985596'

red 152 ◦ green 85 ◦ blue 150

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

Shades of Violet Blue #985596

Tints of Violet Blue #985596

RGB

 RED value IS 152 (59.77% from 255) = 39.28%

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

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 39.28%
G = 21.96%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#985596 (or 0x985596) is known color: Violet Blue. HEX triplet: 98, 55 and 96. RGB value is (152,85,150). Sum of RGB (Red+Green+Blue) = 152+85+150=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #985596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985596 is #67AA69. Grayscale: #707070. Windows color (decimal): -6793834 or 9852312. OLE color: 9852312.

HSL color Cylindrical-coordinate representation of color #985596: hue angle of 301.79º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985596 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 150 -
CMYK 0 0.44 0.01 0.40
HSL 301.79º 0.28% 0.46% -
HSV(B) 301.79º 0.44% 0.6% -
XYZ 21.7 15.37 30.68 -
YUV 112.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 152 85 150 0 0.44 0.01 0.40 301.79 0.28 0.46
Hex 98 55 96 0 2C 1 28 12E 1C 2E
Octal 230 125 226 0 54 1 50 456 34 56
Binary 10011000 1010101 10010110 0 101100 1 101000 100101110 11100 101110

Color Harmonies of #985596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985596

Black with #985596

Text Example


Text Example

White with #985596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985596; }

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

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

background-color css

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

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

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

border-color css

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

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

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