Html Css Color HEX #985290 Violet Blue

📋 copy color: '#985290'

red 152 ◦ green 82 ◦ blue 144

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

Shades of Violet Blue #985290

Tints of Violet Blue #985290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.69%

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

R = 40.21%
G = 21.69%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#985290 (or 0x985290) is known color: Violet Blue. HEX triplet: 98, 52 and 90. RGB value is (152,82,144). Sum of RGB (Red+Green+Blue) = 152+82+144=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #985290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985290 is #67AD6F. Grayscale: #6D6D6D. Windows color (decimal): -6794608 or 9458328. OLE color: 9458328.

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

Color convert

RGB 152 82 144 -
CMYK 0 0.46 0.05 0.40
HSL 306.86º 0.3% 0.46% -
HSV(B) 306.86º 0.46% 0.6% -
XYZ 21 14.72 28.12 -
YUV 110 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 152 82 144 0 0.46 0.05 0.40 306.86 0.3 0.46
Hex 98 52 90 0 2E 5 28 133 1E 2E
Octal 230 122 220 0 56 5 50 463 36 56
Binary 10011000 1010010 10010000 0 101110 101 101000 100110011 11110 101110

Color Harmonies of #985290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985290

Black with #985290

Text Example


Text Example

White with #985290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985290; }

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

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

background-color css

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

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

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

border-color css

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

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

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