Html Css Color HEX #890BBA Dark Violet

📋 copy color: '#890BBA'

red 137 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #890BBA

Tints of Dark Violet #890BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.29%

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

R = 41.02%
G = 3.29%
B = 55.69%

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

#890BBA (or 0x890BBA) is known color: Dark Violet. HEX triplet: 89, 0B and BA. RGB value is (137,11,186). Sum of RGB (Red+Green+Blue) = 137+11+186=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #890BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BBA is #76F445. Grayscale: #444444. Windows color (decimal): -7795782 or 12192649. OLE color: 12192649.

HSL color Cylindrical-coordinate representation of color #890BBA: hue angle of 283.2º degrees, saturation: 0.89, 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 #890BBA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 11 186 -
CMYK 0.26 0.94 0 0.27
HSL 283.2º 0.89% 0.39% -
HSV(B) 283.2º 0.94% 0.73% -
XYZ 19.3 9.1 47.19 -
YUV 68.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 137 11 186 0.26 0.94 0 0.27 283.2 0.89 0.39
Hex 89 B BA 1A 5E 0 1B 11B 59 27
Octal 211 13 272 32 136 0 33 433 131 47
Binary 10001001 1011 10111010 11010 1011110 0 11011 100011011 1011001 100111

Color Harmonies of #890BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BBA

Black with #890BBA

Text Example


Text Example

White with #890BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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