Html Css Color HEX #890CEB Dark Violet

📋 copy color: '#890CEB'

red 137 ◦ green 12 ◦ blue 235

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

Shades of Dark Violet #890CEB

Tints of Dark Violet #890CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 35.68%
G = 3.13%
B = 61.2%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#890CEB (or 0x890CEB) is known color: Dark Violet. HEX triplet: 89, 0C and EB. RGB value is (137,12,235). Sum of RGB (Red+Green+Blue) = 137+12+235=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #890CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890CEB is #76F314. Grayscale: #4A4A4A. Windows color (decimal): -7795477 or 15404169. OLE color: 15404169.

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

Color convert

RGB 137 12 235 -
CMYK 0.42 0.95 0 0.08
HSL 273.63º 0.9% 0.48% -
HSV(B) 273.63º 0.95% 0.92% -
XYZ 25.44 11.58 79.49 -
YUV 74.8 218.41 172.37 -
System Red Green Blue C M Y K H S L
Decimal 137 12 235 0.42 0.95 0 0.08 273.63 0.9 0.48
Hex 89 C EB 2A 5F 0 8 112 5A 30
Octal 211 14 353 52 137 0 10 422 132 60
Binary 10001001 1100 11101011 101010 1011111 0 1000 100010010 1011010 110000

Color Harmonies of #890CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CEB

Black with #890CEB

Text Example


Text Example

White with #890CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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