Html Css Color HEX #890CBE Dark Violet

📋 copy color: '#890CBE'

red 137 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #890CBE

Tints of Dark Violet #890CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.05%

R = 40.41%
G = 3.54%
B = 56.05%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#890CBE (or 0x890CBE) is known color: Dark Violet. HEX triplet: 89, 0C and BE. RGB value is (137,12,190). Sum of RGB (Red+Green+Blue) = 137+12+190=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #890CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CBE is #76F341. Grayscale: #454545. Windows color (decimal): -7795522 or 12455049. OLE color: 12455049.

HSL color Cylindrical-coordinate representation of color #890CBE: hue angle of 282.13º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890CBE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 12 190 -
CMYK 0.28 0.94 0 0.25
HSL 282.13º 0.88% 0.4% -
HSV(B) 282.13º 0.94% 0.75% -
XYZ 19.74 9.3 49.47 -
YUV 69.67 195.91 176.03 -
System Red Green Blue C M Y K H S L
Decimal 137 12 190 0.28 0.94 0 0.25 282.13 0.88 0.4
Hex 89 C BE 1C 5E 0 19 11A 58 28
Octal 211 14 276 34 136 0 31 432 130 50
Binary 10001001 1100 10111110 11100 1011110 0 11001 100011010 1011000 101000

Color Harmonies of #890CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CBE

Black with #890CBE

Text Example


Text Example

White with #890CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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