Html Css Color HEX #890BC5 Dark Violet

📋 copy color: '#890BC5'

red 137 ◦ green 11 ◦ blue 197

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

Shades of Dark Violet #890BC5

Tints of Dark Violet #890BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 57.1%

R = 39.71%
G = 3.19%
B = 57.1%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#890BC5 (or 0x890BC5) is known color: Dark Violet. HEX triplet: 89, 0B and C5. RGB value is (137,11,197). Sum of RGB (Red+Green+Blue) = 137+11+197=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #890BC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BC5 is #76F43A. Grayscale: #454545. Windows color (decimal): -7795771 or 12913545. OLE color: 12913545.

HSL color Cylindrical-coordinate representation of color #890BC5: hue angle of 280.65º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890BC5 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 137 11 197 -
CMYK 0.30 0.94 0 0.23
HSL 280.65º 0.89% 0.41% -
HSV(B) 280.65º 0.94% 0.77% -
XYZ 20.51 9.59 53.59 -
YUV 69.88 199.74 175.88 -
System Red Green Blue C M Y K H S L
Decimal 137 11 197 0.30 0.94 0 0.23 280.65 0.89 0.41
Hex 89 B C5 1E 5E 0 17 119 59 29
Octal 211 13 305 36 136 0 27 431 131 51
Binary 10001001 1011 11000101 11110 1011110 0 10111 100011001 1011001 101001

Color Harmonies of #890BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BC5

Black with #890BC5

Text Example


Text Example

White with #890BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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