Html Css Color HEX #890BDF Dark Violet

📋 copy color: '#890BDF'

red 137 ◦ green 11 ◦ blue 223

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

Shades of Dark Violet #890BDF

Tints of Dark Violet #890BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 36.93%
G = 2.96%
B = 60.11%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#890BDF (or 0x890BDF) is known color: Dark Violet. HEX triplet: 89, 0B and DF. RGB value is (137,11,223). Sum of RGB (Red+Green+Blue) = 137+11+223=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #890BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BDF is #76F420. Grayscale: #484848. Windows color (decimal): -7795745 or 14617481. OLE color: 14617481.

HSL color Cylindrical-coordinate representation of color #890BDF: hue angle of 275.66º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890BDF is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 11 223 -
CMYK 0.39 0.95 0 0.13
HSL 275.66º 0.91% 0.46% -
HSV(B) 275.66º 0.95% 0.87% -
XYZ 23.76 10.89 70.66 -
YUV 72.84 212.74 173.76 -
System Red Green Blue C M Y K H S L
Decimal 137 11 223 0.39 0.95 0 0.13 275.66 0.91 0.46
Hex 89 B DF 27 5F 0 D 114 5B 2E
Octal 211 13 337 47 137 0 15 424 133 56
Binary 10001001 1011 11011111 100111 1011111 0 1101 100010100 1011011 101110

Color Harmonies of #890BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BDF

Black with #890BDF

Text Example


Text Example

White with #890BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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