Html Css Color HEX #890CDE Dark Violet

📋 copy color: '#890CDE'

red 137 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #890CDE

Tints of Dark Violet #890CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.84%

R = 36.93%
G = 3.23%
B = 59.84%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#890CDE (or 0x890CDE) is known color: Dark Violet. HEX triplet: 89, 0C and DE. RGB value is (137,12,222). Sum of RGB (Red+Green+Blue) = 137+12+222=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #890CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CDE is #76F321. Grayscale: #484848. Windows color (decimal): -7795490 or 14552201. OLE color: 14552201.

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

Color convert

RGB 137 12 222 -
CMYK 0.38 0.95 0 0.13
HSL 275.71º 0.9% 0.46% -
HSV(B) 275.71º 0.95% 0.87% -
XYZ 23.63 10.86 69.96 -
YUV 73.32 211.91 173.42 -
System Red Green Blue C M Y K H S L
Decimal 137 12 222 0.38 0.95 0 0.13 275.71 0.9 0.46
Hex 89 C DE 26 5F 0 D 114 5A 2E
Octal 211 14 336 46 137 0 15 424 132 56
Binary 10001001 1100 11011110 100110 1011111 0 1101 100010100 1011010 101110

Color Harmonies of #890CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CDE

Black with #890CDE

Text Example


Text Example

White with #890CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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