Html Css Color HEX #890BEE Dark Violet

📋 copy color: '#890BEE'

red 137 ◦ green 11 ◦ blue 238

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

Shades of Dark Violet #890BEE

Tints of Dark Violet #890BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.85%

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

R = 35.49%
G = 2.85%
B = 61.66%

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

#890BEE (or 0x890BEE) is known color: Dark Violet. HEX triplet: 89, 0B and EE. RGB value is (137,11,238). Sum of RGB (Red+Green+Blue) = 137+11+238=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #890BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890BEE is #76F411. Grayscale: #494949. Windows color (decimal): -7795730 or 15600521. OLE color: 15600521.

HSL color Cylindrical-coordinate representation of color #890BEE: hue angle of 273.3º degrees, saturation: 0.91, 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 #890BEE is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 11 238 -
CMYK 0.42 0.95 0 0.07
HSL 273.3º 0.91% 0.49% -
HSV(B) 273.3º 0.95% 0.93% -
XYZ 25.87 11.73 81.79 -
YUV 74.55 220.24 172.54 -
System Red Green Blue C M Y K H S L
Decimal 137 11 238 0.42 0.95 0 0.07 273.3 0.91 0.49
Hex 89 B EE 2A 5F 0 7 111 5B 31
Octal 211 13 356 52 137 0 7 421 133 61
Binary 10001001 1011 11101110 101010 1011111 0 111 100010001 1011011 110001

Color Harmonies of #890BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BEE

Black with #890BEE

Text Example


Text Example

White with #890BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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