Html Css Color HEX #890ACC Dark Violet

📋 copy color: '#890ACC'

red 137 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #890ACC

Tints of Dark Violet #890ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.85%

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 39.03%
G = 2.85%
B = 58.12%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#890ACC (or 0x890ACC) is known color: Dark Violet. HEX triplet: 89, 0A and CC. RGB value is (137,10,204). Sum of RGB (Red+Green+Blue) = 137+10+204=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #890ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ACC is #76F533. Grayscale: #454545. Windows color (decimal): -7796020 or 13372041. OLE color: 13372041.

HSL color Cylindrical-coordinate representation of color #890ACC: hue angle of 279.28º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890ACC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 10 204 -
CMYK 0.33 0.95 0 0.2
HSL 279.28º 0.91% 0.42% -
HSV(B) 279.28º 0.95% 0.8% -
XYZ 21.32 9.9 57.91 -
YUV 70.09 203.58 175.73 -
System Red Green Blue C M Y K H S L
Decimal 137 10 204 0.33 0.95 0 0.2 279.28 0.91 0.42
Hex 89 A CC 21 5F 0 14 117 5B 2A
Octal 211 12 314 41 137 0 24 427 133 52
Binary 10001001 1010 11001100 100001 1011111 0 10100 100010111 1011011 101010

Color Harmonies of #890ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890ACC

Black with #890ACC

Text Example


Text Example

White with #890ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,10,204); }

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

background-color css

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

 a { background-color: rgb(137,10,204); }

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

border-color css

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

 span { border-color: rgb(137,10,204); }

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