Html Css Color HEX #890FB1 Dark Violet

📋 copy color: '#890FB1'

red 137 ◦ green 15 ◦ blue 177

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

Shades of Dark Violet #890FB1

Tints of Dark Violet #890FB1

RGB

 RED value IS 137 (53.91% from 255) = 41.64%

 GREEN value IS 15 (6.25% from 255) = 4.56%

 BLUE value IS 177 (69.53% from 255) = 53.8%

R = 41.64%
G = 4.56%
B = 53.8%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#890FB1 (or 0x890FB1) is known color: Dark Violet. HEX triplet: 89, 0F and B1. RGB value is (137,15,177). Sum of RGB (Red+Green+Blue) = 137+15+177=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #890FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890FB1 is #76F04E. Grayscale: #454545. Windows color (decimal): -7794767 or 11603849. OLE color: 11603849.

HSL color Cylindrical-coordinate representation of color #890FB1: hue angle of 285.19º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890FB1 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 15 177 -
CMYK 0.23 0.92 0 0.31
HSL 285.19º 0.84% 0.38% -
HSV(B) 285.19º 0.92% 0.69% -
XYZ 18.42 8.83 42.33 -
YUV 69.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 137 15 177 0.23 0.92 0 0.31 285.19 0.84 0.38
Hex 89 F B1 17 5C 0 1F 11D 54 26
Octal 211 17 261 27 134 0 37 435 124 46
Binary 10001001 1111 10110001 10111 1011100 0 11111 100011101 1010100 100110

Color Harmonies of #890FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FB1

Black with #890FB1

Text Example


Text Example

White with #890FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890FB1; }

 p { color: rgb(137,15,177); }

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

background-color css

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

 a { background-color: rgb(137,15,177); }

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

border-color css

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

 span { border-color: rgb(137,15,177); }

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