Html Css Color HEX #890FBD Dark Violet

📋 copy color: '#890FBD'

red 137 ◦ green 15 ◦ blue 189

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

Shades of Dark Violet #890FBD

Tints of Dark Violet #890FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 40.18%
G = 4.4%
B = 55.43%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#890FBD (or 0x890FBD) is known color: Dark Violet. HEX triplet: 89, 0F and BD. RGB value is (137,15,189). Sum of RGB (Red+Green+Blue) = 137+15+189=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #890FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FBD is #76F042. Grayscale: #464646. Windows color (decimal): -7794755 or 12390281. OLE color: 12390281.

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

Color convert

RGB 137 15 189 -
CMYK 0.28 0.92 0 0.26
HSL 282.07º 0.85% 0.4% -
HSV(B) 282.07º 0.92% 0.74% -
XYZ 19.67 9.33 48.91 -
YUV 71.31 194.42 174.85 -
System Red Green Blue C M Y K H S L
Decimal 137 15 189 0.28 0.92 0 0.26 282.07 0.85 0.4
Hex 89 F BD 1C 5C 0 1A 11A 55 28
Octal 211 17 275 34 134 0 32 432 125 50
Binary 10001001 1111 10111101 11100 1011100 0 11010 100011010 1010101 101000

Color Harmonies of #890FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FBD

Black with #890FBD

Text Example


Text Example

White with #890FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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