Html Css Color HEX #890CCC Dark Violet

📋 copy color: '#890CCC'

red 137 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #890CCC

Tints of Dark Violet #890CCC

RGB

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

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

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

R = 38.81%
G = 3.4%
B = 57.79%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#890CCC (or 0x890CCC) is known color: Dark Violet. HEX triplet: 89, 0C and CC. RGB value is (137,12,204). Sum of RGB (Red+Green+Blue) = 137+12+204=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #890CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CCC is #76F333. Grayscale: #464646. Windows color (decimal): -7795508 or 13372553. OLE color: 13372553.

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

Color convert

RGB 137 12 204 -
CMYK 0.33 0.94 0 0.2
HSL 279.06º 0.89% 0.42% -
HSV(B) 279.06º 0.94% 0.8% -
XYZ 21.35 9.94 57.92 -
YUV 71.26 202.91 174.89 -
System Red Green Blue C M Y K H S L
Decimal 137 12 204 0.33 0.94 0 0.2 279.06 0.89 0.42
Hex 89 C CC 21 5E 0 14 117 59 2A
Octal 211 14 314 41 136 0 24 427 131 52
Binary 10001001 1100 11001100 100001 1011110 0 10100 100010111 1011001 101010

Color Harmonies of #890CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CCC

Black with #890CCC

Text Example


Text Example

White with #890CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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