Html Css Color HEX #890CBA Dark Violet

📋 copy color: '#890CBA'

red 137 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #890CBA

Tints of Dark Violet #890CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.58%

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 40.9%
G = 3.58%
B = 55.52%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#890CBA (or 0x890CBA) is known color: Dark Violet. HEX triplet: 89, 0C and BA. RGB value is (137,12,186). Sum of RGB (Red+Green+Blue) = 137+12+186=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #890CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CBA is #76F345. Grayscale: #444444. Windows color (decimal): -7795526 or 12192905. OLE color: 12192905.

HSL color Cylindrical-coordinate representation of color #890CBA: hue angle of 283.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890CBA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 12 186 -
CMYK 0.26 0.94 0 0.27
HSL 283.1º 0.88% 0.39% -
HSV(B) 283.1º 0.94% 0.73% -
XYZ 19.31 9.13 47.2 -
YUV 69.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 137 12 186 0.26 0.94 0 0.27 283.1 0.88 0.39
Hex 89 C BA 1A 5E 0 1B 11B 58 27
Octal 211 14 272 32 136 0 33 433 130 47
Binary 10001001 1100 10111010 11010 1011110 0 11011 100011011 1011000 100111

Color Harmonies of #890CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CBA

Black with #890CBA

Text Example


Text Example

White with #890CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,12,186); }

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

background-color css

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

 a { background-color: rgb(137,12,186); }

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

border-color css

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

 span { border-color: rgb(137,12,186); }

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