Html Css Color HEX #890CE8 Dark Violet

📋 copy color: '#890CE8'

red 137 ◦ green 12 ◦ blue 232

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

Shades of Dark Violet #890CE8

Tints of Dark Violet #890CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 60.89%

R = 35.96%
G = 3.15%
B = 60.89%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#890CE8 (or 0x890CE8) is known color: Dark Violet. HEX triplet: 89, 0C and E8. RGB value is (137,12,232). Sum of RGB (Red+Green+Blue) = 137+12+232=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 232 (91.02% from 255 or 60.89% from 381); Max value from RGB is 232 - color contains mainly: blue. Hex color #890CE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CE8 is #76F317. Grayscale: #494949. Windows color (decimal): -7795480 or 15207561. OLE color: 15207561.

HSL color Cylindrical-coordinate representation of color #890CE8: hue angle of 274.09º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890CE8 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 137 12 232 -
CMYK 0.41 0.95 0 0.09
HSL 274.09º 0.9% 0.48% -
HSV(B) 274.09º 0.95% 0.91% -
XYZ 25.01 11.41 77.23 -
YUV 74.46 216.91 172.61 -
System Red Green Blue C M Y K H S L
Decimal 137 12 232 0.41 0.95 0 0.09 274.09 0.9 0.48
Hex 89 C E8 29 5F 0 9 112 5A 30
Octal 211 14 350 51 137 0 11 422 132 60
Binary 10001001 1100 11101000 101001 1011111 0 1001 100010010 1011010 110000

Color Harmonies of #890CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CE8

Black with #890CE8

Text Example


Text Example

White with #890CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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