Html Css Color HEX #985396 Violet Blue

📋 copy color: '#985396'

red 152 ◦ green 83 ◦ blue 150

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

Shades of Violet Blue #985396

Tints of Violet Blue #985396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 39.48%
G = 21.56%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#985396 (or 0x985396) is known color: Violet Blue. HEX triplet: 98, 53 and 96. RGB value is (152,83,150). Sum of RGB (Red+Green+Blue) = 152+83+150=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #985396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985396 is #67AC69. Grayscale: #6F6F6F. Windows color (decimal): -6794346 or 9851800. OLE color: 9851800.

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

Color convert

RGB 152 83 150 -
CMYK 0 0.45 0.01 0.40
HSL 301.74º 0.29% 0.46% -
HSV(B) 301.74º 0.45% 0.6% -
XYZ 21.55 15.06 30.63 -
YUV 111.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 152 83 150 0 0.45 0.01 0.40 301.74 0.29 0.46
Hex 98 53 96 0 2D 1 28 12E 1D 2E
Octal 230 123 226 0 55 1 50 456 35 56
Binary 10011000 1010011 10010110 0 101101 1 101000 100101110 11101 101110

Color Harmonies of #985396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985396

Black with #985396

Text Example


Text Example

White with #985396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985396; }

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

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

background-color css

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

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

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

border-color css

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

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

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