Html Css Color HEX #890FBE Dark Violet

📋 copy color: '#890FBE'

red 137 ◦ green 15 ◦ blue 190

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

Shades of Dark Violet #890FBE

Tints of Dark Violet #890FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 40.06%
G = 4.39%
B = 55.56%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#890FBE (or 0x890FBE) is known color: Dark Violet. HEX triplet: 89, 0F and BE. RGB value is (137,15,190). Sum of RGB (Red+Green+Blue) = 137+15+190=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #890FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FBE is #76F041. Grayscale: #464646. Windows color (decimal): -7794754 or 12455817. OLE color: 12455817.

HSL color Cylindrical-coordinate representation of color #890FBE: hue angle of 281.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890FBE is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 15 190 -
CMYK 0.28 0.92 0 0.25
HSL 281.83º 0.85% 0.4% -
HSV(B) 281.83º 0.92% 0.75% -
XYZ 19.78 9.38 49.48 -
YUV 71.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 137 15 190 0.28 0.92 0 0.25 281.83 0.85 0.4
Hex 89 F BE 1C 5C 0 19 11A 55 28
Octal 211 17 276 34 134 0 31 432 125 50
Binary 10001001 1111 10111110 11100 1011100 0 11001 100011010 1010101 101000

Color Harmonies of #890FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FBE

Black with #890FBE

Text Example


Text Example

White with #890FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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