Html Css Color HEX #890CF0 Blue Violet

📋 copy color: '#890CF0'

red 137 ◦ green 12 ◦ blue 240

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

Shades of Blue Violet #890CF0

Tints of Blue Violet #890CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 61.7%

R = 35.22%
G = 3.08%
B = 61.7%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#890CF0 (or 0x890CF0) is known color: Blue Violet. HEX triplet: 89, 0C and F0. RGB value is (137,12,240). Sum of RGB (Red+Green+Blue) = 137+12+240=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 240 (94.14% from 255 or 61.70% from 389); Max value from RGB is 240 - color contains mainly: blue. Hex color #890CF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CF0 is #76F30F. Grayscale: #4A4A4A. Windows color (decimal): -7795472 or 15731849. OLE color: 15731849.

HSL color Cylindrical-coordinate representation of color #890CF0: hue angle of 272.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CF0 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 12 240 -
CMYK 0.43 0.95 0 0.06
HSL 272.89º 0.9% 0.49% -
HSV(B) 272.89º 0.95% 0.94% -
XYZ 26.18 11.87 83.35 -
YUV 75.37 220.91 171.96 -
System Red Green Blue C M Y K H S L
Decimal 137 12 240 0.43 0.95 0 0.06 272.89 0.9 0.49
Hex 89 C F0 2B 5F 0 6 111 5A 31
Octal 211 14 360 53 137 0 6 421 132 61
Binary 10001001 1100 11110000 101011 1011111 0 110 100010001 1011010 110001

Color Harmonies of #890CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CF0

Black with #890CF0

Text Example


Text Example

White with #890CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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