Html Css Color HEX #890FB6 Dark Violet

📋 copy color: '#890FB6'

red 137 ◦ green 15 ◦ blue 182

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

Shades of Dark Violet #890FB6

Tints of Dark Violet #890FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.49%

R = 41.02%
G = 4.49%
B = 54.49%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#890FB6 (or 0x890FB6) is known color: Dark Violet. HEX triplet: 89, 0F and B6. RGB value is (137,15,182). Sum of RGB (Red+Green+Blue) = 137+15+182=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #890FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FB6 is #76F049. Grayscale: #454545. Windows color (decimal): -7794762 or 11931529. OLE color: 11931529.

HSL color Cylindrical-coordinate representation of color #890FB6: hue angle of 283.83º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890FB6 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 15 182 -
CMYK 0.25 0.92 0 0.29
HSL 283.83º 0.85% 0.39% -
HSV(B) 283.83º 0.92% 0.71% -
XYZ 18.93 9.04 45 -
YUV 70.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 137 15 182 0.25 0.92 0 0.29 283.83 0.85 0.39
Hex 89 F B6 19 5C 0 1D 11C 55 27
Octal 211 17 266 31 134 0 35 434 125 47
Binary 10001001 1111 10110110 11001 1011100 0 11101 100011100 1010101 100111

Color Harmonies of #890FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FB6

Black with #890FB6

Text Example


Text Example

White with #890FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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