Html Css Color HEX #890CDA Dark Violet

📋 copy color: '#890CDA'

red 137 ◦ green 12 ◦ blue 218

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

Shades of Dark Violet #890CDA

Tints of Dark Violet #890CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 37.33%
G = 3.27%
B = 59.4%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#890CDA (or 0x890CDA) is known color: Dark Violet. HEX triplet: 89, 0C and DA. RGB value is (137,12,218). Sum of RGB (Red+Green+Blue) = 137+12+218=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #890CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CDA is #76F325. Grayscale: #484848. Windows color (decimal): -7795494 or 14290057. OLE color: 14290057.

HSL color Cylindrical-coordinate representation of color #890CDA: hue angle of 276.41º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890CDA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 12 218 -
CMYK 0.37 0.94 0 0.15
HSL 276.41º 0.9% 0.45% -
HSV(B) 276.41º 0.94% 0.85% -
XYZ 23.1 10.64 67.17 -
YUV 72.86 209.91 173.75 -
System Red Green Blue C M Y K H S L
Decimal 137 12 218 0.37 0.94 0 0.15 276.41 0.9 0.45
Hex 89 C DA 25 5E 0 F 114 5A 2D
Octal 211 14 332 45 136 0 17 424 132 55
Binary 10001001 1100 11011010 100101 1011110 0 1111 100010100 1011010 101101

Color Harmonies of #890CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CDA

Black with #890CDA

Text Example


Text Example

White with #890CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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