Html Css Color HEX #985089 Violet Blue

📋 copy color: '#985089'

red 152 ◦ green 80 ◦ blue 137

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

Shades of Violet Blue #985089

Tints of Violet Blue #985089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 41.19%
G = 21.68%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#985089 (or 0x985089) is known color: Violet Blue. HEX triplet: 98, 50 and 89. RGB value is (152,80,137). Sum of RGB (Red+Green+Blue) = 152+80+137=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985089 is #67AF76. Grayscale: #6B6B6B. Windows color (decimal): -6795127 or 8999064. OLE color: 8999064.

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

Color convert

RGB 152 80 137 -
CMYK 0 0.47 0.10 0.40
HSL 312.5º 0.31% 0.45% -
HSV(B) 312.5º 0.47% 0.6% -
XYZ 20.33 14.22 25.34 -
YUV 108.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 152 80 137 0 0.47 0.10 0.40 312.5 0.31 0.45
Hex 98 50 89 0 2F A 28 138 1F 2D
Octal 230 120 211 0 57 12 50 470 37 55
Binary 10011000 1010000 10001001 0 101111 1010 101000 100111000 11111 101101

Color Harmonies of #985089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985089

Black with #985089

Text Example


Text Example

White with #985089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985089; }

 p { color: rgb(152,80,137); }

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

background-color css

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

 a { background-color: rgb(152,80,137); }

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

border-color css

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

 span { border-color: rgb(152,80,137); }

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