Html Css Color HEX #890CCE Dark Violet

📋 copy color: '#890CCE'

red 137 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #890CCE

Tints of Dark Violet #890CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 38.59%
G = 3.38%
B = 58.03%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#890CCE (or 0x890CCE) is known color: Dark Violet. HEX triplet: 89, 0C and CE. RGB value is (137,12,206). Sum of RGB (Red+Green+Blue) = 137+12+206=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #890CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CCE is #76F331. Grayscale: #464646. Windows color (decimal): -7795506 or 13503625. OLE color: 13503625.

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

Color convert

RGB 137 12 206 -
CMYK 0.33 0.94 0 0.19
HSL 278.66º 0.89% 0.43% -
HSV(B) 278.66º 0.94% 0.81% -
XYZ 21.59 10.04 59.19 -
YUV 71.49 203.91 174.73 -
System Red Green Blue C M Y K H S L
Decimal 137 12 206 0.33 0.94 0 0.19 278.66 0.89 0.43
Hex 89 C CE 21 5E 0 13 117 59 2B
Octal 211 14 316 41 136 0 23 427 131 53
Binary 10001001 1100 11001110 100001 1011110 0 10011 100010111 1011001 101011

Color Harmonies of #890CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CCE

Black with #890CCE

Text Example


Text Example

White with #890CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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