Html Css Color HEX #890CE6 Dark Violet

📋 copy color: '#890CE6'

red 137 ◦ green 12 ◦ blue 230

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

Shades of Dark Violet #890CE6

Tints of Dark Violet #890CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 60.69%

R = 36.15%
G = 3.17%
B = 60.69%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#890CE6 (or 0x890CE6) is known color: Dark Violet. HEX triplet: 89, 0C and E6. RGB value is (137,12,230). Sum of RGB (Red+Green+Blue) = 137+12+230=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #890CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CE6 is #76F319. Grayscale: #494949. Windows color (decimal): -7795482 or 15076489. OLE color: 15076489.

HSL color Cylindrical-coordinate representation of color #890CE6: hue angle of 274.4º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CE6 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 12 230 -
CMYK 0.40 0.95 0 0.10
HSL 274.4º 0.9% 0.47% -
HSV(B) 274.4º 0.95% 0.9% -
XYZ 24.73 11.29 75.74 -
YUV 74.23 215.91 172.77 -
System Red Green Blue C M Y K H S L
Decimal 137 12 230 0.40 0.95 0 0.10 274.4 0.9 0.47
Hex 89 C E6 28 5F 0 A 112 5A 2F
Octal 211 14 346 50 137 0 12 422 132 57
Binary 10001001 1100 11100110 101000 1011111 0 1010 100010010 1011010 101111

Color Harmonies of #890CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CE6

Black with #890CE6

Text Example


Text Example

White with #890CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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