Html Css Color HEX #985BA5 Violet Blue

📋 copy color: '#985BA5'

red 152 ◦ green 91 ◦ blue 165

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

Shades of Violet Blue #985BA5

Tints of Violet Blue #985BA5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 165 (64.84% from 255) = 40.44%

R = 37.25%
G = 22.3%
B = 40.44%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#985BA5 (or 0x985BA5) is known color: Violet Blue. HEX triplet: 98, 5B and A5. RGB value is (152,91,165). Sum of RGB (Red+Green+Blue) = 152+91+165=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 165 - color contains mainly: blue. Hex color #985BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985BA5 is #67A45A. Grayscale: #757575. Windows color (decimal): -6792283 or 10836888. OLE color: 10836888.

HSL color Cylindrical-coordinate representation of color #985BA5: hue angle of 289.46º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985BA5 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 91 165 -
CMYK 0.08 0.45 0 0.35
HSL 289.46º 0.29% 0.5% -
HSV(B) 289.46º 0.45% 0.65% -
XYZ 23.48 16.87 37.62 -
YUV 117.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 152 91 165 0.08 0.45 0 0.35 289.46 0.29 0.5
Hex 98 5B A5 8 2D 0 23 121 1D 32
Octal 230 133 245 10 55 0 43 441 35 62
Binary 10011000 1011011 10100101 1000 101101 0 100011 100100001 11101 110010

Color Harmonies of #985BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BA5

Black with #985BA5

Text Example


Text Example

White with #985BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,91,165); }

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

background-color css

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

 a { background-color: rgb(152,91,165); }

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

border-color css

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

 span { border-color: rgb(152,91,165); }

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