Html Css Color HEX #985390 Violet Blue

📋 copy color: '#985390'

red 152 ◦ green 83 ◦ blue 144

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

Shades of Violet Blue #985390

Tints of Violet Blue #985390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 40.11%
G = 21.9%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#985390 (or 0x985390) is known color: Violet Blue. HEX triplet: 98, 53 and 90. RGB value is (152,83,144). Sum of RGB (Red+Green+Blue) = 152+83+144=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #985390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985390 is #67AC6F. Grayscale: #6E6E6E. Windows color (decimal): -6794352 or 9458584. OLE color: 9458584.

HSL color Cylindrical-coordinate representation of color #985390: hue angle of 306.96º 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 #985390 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 144 -
CMYK 0 0.45 0.05 0.40
HSL 306.96º 0.29% 0.46% -
HSV(B) 306.96º 0.45% 0.6% -
XYZ 21.08 14.88 28.15 -
YUV 110.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 152 83 144 0 0.45 0.05 0.40 306.96 0.29 0.46
Hex 98 53 90 0 2D 5 28 133 1D 2E
Octal 230 123 220 0 55 5 50 463 35 56
Binary 10011000 1010011 10010000 0 101101 101 101000 100110011 11101 101110

Color Harmonies of #985390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985390

Black with #985390

Text Example


Text Example

White with #985390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985390; }

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

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

background-color css

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

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

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

border-color css

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

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

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