Html Css Color HEX #890CEF Blue Violet

📋 copy color: '#890CEF'

red 137 ◦ green 12 ◦ blue 239

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

Shades of Blue Violet #890CEF

Tints of Blue Violet #890CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 35.31%
G = 3.09%
B = 61.6%

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

#890CEF (or 0x890CEF) is known color: Blue Violet. HEX triplet: 89, 0C and EF. RGB value is (137,12,239). Sum of RGB (Red+Green+Blue) = 137+12+239=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #890CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CEF is #76F310. Grayscale: #4A4A4A. Windows color (decimal): -7795473 or 15666313. OLE color: 15666313.

HSL color Cylindrical-coordinate representation of color #890CEF: hue angle of 273.04º 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 #890CEF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 12 239 -
CMYK 0.43 0.95 0 0.06
HSL 273.04º 0.9% 0.49% -
HSV(B) 273.04º 0.95% 0.94% -
XYZ 26.03 11.81 82.57 -
YUV 75.25 220.41 172.04 -
System Red Green Blue C M Y K H S L
Decimal 137 12 239 0.43 0.95 0 0.06 273.04 0.9 0.49
Hex 89 C EF 2B 5F 0 6 111 5A 31
Octal 211 14 357 53 137 0 6 421 132 61
Binary 10001001 1100 11101111 101011 1011111 0 110 100010001 1011010 110001

Color Harmonies of #890CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CEF

Black with #890CEF

Text Example


Text Example

White with #890CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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