Html Css Color HEX #890DCD Dark Violet

📋 copy color: '#890DCD'

red 137 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #890DCD

Tints of Dark Violet #890DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 38.59%
G = 3.66%
B = 57.75%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#890DCD (or 0x890DCD) is known color: Dark Violet. HEX triplet: 89, 0D and CD. RGB value is (137,13,205). Sum of RGB (Red+Green+Blue) = 137+13+205=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #890DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890DCD is #76F232. Grayscale: #474747. Windows color (decimal): -7795251 or 13438345. OLE color: 13438345.

HSL color Cylindrical-coordinate representation of color #890DCD: hue angle of 278.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890DCD is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 13 205 -
CMYK 0.33 0.94 0 0.20
HSL 278.75º 0.88% 0.43% -
HSV(B) 278.75º 0.94% 0.8% -
XYZ 21.48 10.01 58.56 -
YUV 71.96 203.08 174.39 -
System Red Green Blue C M Y K H S L
Decimal 137 13 205 0.33 0.94 0 0.20 278.75 0.88 0.43
Hex 89 D CD 21 5E 0 14 117 58 2B
Octal 211 15 315 41 136 0 24 427 130 53
Binary 10001001 1101 11001101 100001 1011110 0 10100 100010111 1011000 101011

Color Harmonies of #890DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890DCD

Black with #890DCD

Text Example


Text Example

White with #890DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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