Html Css Color HEX #890CEE Blue Violet

📋 copy color: '#890CEE'

red 137 ◦ green 12 ◦ blue 238

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

Shades of Blue Violet #890CEE

Tints of Blue Violet #890CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 35.4%
G = 3.1%
B = 61.5%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#890CEE (or 0x890CEE) is known color: Blue Violet. HEX triplet: 89, 0C and EE. RGB value is (137,12,238). Sum of RGB (Red+Green+Blue) = 137+12+238=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #890CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CEE is #76F311. Grayscale: #4A4A4A. Windows color (decimal): -7795474 or 15600777. OLE color: 15600777.

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

Color convert

RGB 137 12 238 -
CMYK 0.42 0.95 0 0.07
HSL 273.19º 0.9% 0.49% -
HSV(B) 273.19º 0.95% 0.93% -
XYZ 25.88 11.75 81.79 -
YUV 75.14 219.91 172.12 -
System Red Green Blue C M Y K H S L
Decimal 137 12 238 0.42 0.95 0 0.07 273.19 0.9 0.49
Hex 89 C EE 2A 5F 0 7 111 5A 31
Octal 211 14 356 52 137 0 7 421 132 61
Binary 10001001 1100 11101110 101010 1011111 0 111 100010001 1011010 110001

Color Harmonies of #890CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CEE

Black with #890CEE

Text Example


Text Example

White with #890CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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