Html Css Color HEX #985AA8 Violet Blue

📋 copy color: '#985AA8'

red 152 ◦ green 90 ◦ blue 168

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

Shades of Violet Blue #985AA8

Tints of Violet Blue #985AA8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.95%

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 37.07%
G = 21.95%
B = 40.98%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#985AA8 (or 0x985AA8) is known color: Violet Blue. HEX triplet: 98, 5A and A8. RGB value is (152,90,168). Sum of RGB (Red+Green+Blue) = 152+90+168=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 168 - color contains mainly: blue. Hex color #985AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985AA8 is #67A557. Grayscale: #757575. Windows color (decimal): -6792536 or 11033240. OLE color: 11033240.

HSL color Cylindrical-coordinate representation of color #985AA8: hue angle of 287.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985AA8 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 90 168 -
CMYK 0.10 0.46 0 0.34
HSL 287.69º 0.31% 0.51% -
HSV(B) 287.69º 0.46% 0.66% -
XYZ 23.67 16.81 39.04 -
YUV 117.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 152 90 168 0.10 0.46 0 0.34 287.69 0.31 0.51
Hex 98 5A A8 A 2E 0 22 120 1F 33
Octal 230 132 250 12 56 0 42 440 37 63
Binary 10011000 1011010 10101000 1010 101110 0 100010 100100000 11111 110011

Color Harmonies of #985AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985AA8

Black with #985AA8

Text Example


Text Example

White with #985AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985AA8; }

 p { color: rgb(152,90,168); }

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

background-color css

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

 a { background-color: rgb(152,90,168); }

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

border-color css

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

 span { border-color: rgb(152,90,168); }

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