Html Css Color HEX #890FED Blue Violet

📋 copy color: '#890FED'

red 137 ◦ green 15 ◦ blue 237

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

Shades of Blue Violet #890FED

Tints of Blue Violet #890FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.86%

 BLUE value IS 237 (92.97% from 255) = 60.93%

R = 35.22%
G = 3.86%
B = 60.93%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#890FED (or 0x890FED) is known color: Blue Violet. HEX triplet: 89, 0F and ED. RGB value is (137,15,237). Sum of RGB (Red+Green+Blue) = 137+15+237=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #890FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890FED is #76F012. Grayscale: #4C4C4C. Windows color (decimal): -7794707 or 15536009. OLE color: 15536009.

HSL color Cylindrical-coordinate representation of color #890FED: hue angle of 272.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890FED is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 15 237 -
CMYK 0.42 0.94 0 0.07
HSL 272.97º 0.88% 0.49% -
HSV(B) 272.97º 0.94% 0.93% -
XYZ 25.77 11.77 81.04 -
YUV 76.79 218.42 170.95 -
System Red Green Blue C M Y K H S L
Decimal 137 15 237 0.42 0.94 0 0.07 272.97 0.88 0.49
Hex 89 F ED 2A 5E 0 7 111 58 31
Octal 211 17 355 52 136 0 7 421 130 61
Binary 10001001 1111 11101101 101010 1011110 0 111 100010001 1011000 110001

Color Harmonies of #890FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FED

Black with #890FED

Text Example


Text Example

White with #890FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,15,237); }

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

background-color css

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

 a { background-color: rgb(137,15,237); }

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

border-color css

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

 span { border-color: rgb(137,15,237); }

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