Html Css Color HEX #890DC6 Dark Violet

📋 copy color: '#890DC6'

red 137 ◦ green 13 ◦ blue 198

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

Shades of Dark Violet #890DC6

Tints of Dark Violet #890DC6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.74%

 BLUE value IS 198 (77.73% from 255) = 56.9%

R = 39.37%
G = 3.74%
B = 56.9%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#890DC6 (or 0x890DC6) is known color: Dark Violet. HEX triplet: 89, 0D and C6. RGB value is (137,13,198). Sum of RGB (Red+Green+Blue) = 137+13+198=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #890DC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DC6 is #76F239. Grayscale: #464646. Windows color (decimal): -7795258 or 12979593. OLE color: 12979593.

HSL color Cylindrical-coordinate representation of color #890DC6: hue angle of 280.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890DC6 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 13 198 -
CMYK 0.31 0.93 0 0.22
HSL 280.22º 0.88% 0.41% -
HSV(B) 280.22º 0.93% 0.78% -
XYZ 20.65 9.68 54.21 -
YUV 71.17 199.58 174.96 -
System Red Green Blue C M Y K H S L
Decimal 137 13 198 0.31 0.93 0 0.22 280.22 0.88 0.41
Hex 89 D C6 1F 5D 0 16 118 58 29
Octal 211 15 306 37 135 0 26 430 130 51
Binary 10001001 1101 11000110 11111 1011101 0 10110 100011000 1011000 101001

Color Harmonies of #890DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DC6

Black with #890DC6

Text Example


Text Example

White with #890DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,13,198); }

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

background-color css

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

 a { background-color: rgb(137,13,198); }

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

border-color css

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

 span { border-color: rgb(137,13,198); }

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