Html Css Color HEX #890CDC Dark Violet

📋 copy color: '#890CDC'

red 137 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #890CDC

Tints of Dark Violet #890CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.25%

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 37.13%
G = 3.25%
B = 59.62%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#890CDC (or 0x890CDC) is known color: Dark Violet. HEX triplet: 89, 0C and DC. RGB value is (137,12,220). Sum of RGB (Red+Green+Blue) = 137+12+220=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #890CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CDC is #76F323. Grayscale: #484848. Windows color (decimal): -7795492 or 14421129. OLE color: 14421129.

HSL color Cylindrical-coordinate representation of color #890CDC: hue angle of 276.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CDC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 12 220 -
CMYK 0.38 0.95 0 0.14
HSL 276.06º 0.9% 0.45% -
HSV(B) 276.06º 0.95% 0.86% -
XYZ 23.37 10.75 68.55 -
YUV 73.09 210.91 173.59 -
System Red Green Blue C M Y K H S L
Decimal 137 12 220 0.38 0.95 0 0.14 276.06 0.9 0.45
Hex 89 C DC 26 5F 0 E 114 5A 2D
Octal 211 14 334 46 137 0 16 424 132 55
Binary 10001001 1100 11011100 100110 1011111 0 1110 100010100 1011010 101101

Color Harmonies of #890CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CDC

Black with #890CDC

Text Example


Text Example

White with #890CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,12,220); }

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

background-color css

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

 a { background-color: rgb(137,12,220); }

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

border-color css

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

 span { border-color: rgb(137,12,220); }

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