Html Css Color HEX #890BCC Dark Violet

📋 copy color: '#890BCC'

red 137 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #890BCC

Tints of Dark Violet #890BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.13%

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

R = 38.92%
G = 3.13%
B = 57.95%

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

#890BCC (or 0x890BCC) is known color: Dark Violet. HEX triplet: 89, 0B and CC. RGB value is (137,11,204). Sum of RGB (Red+Green+Blue) = 137+11+204=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #890BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BCC is #76F433. Grayscale: #464646. Windows color (decimal): -7795764 or 13372297. OLE color: 13372297.

HSL color Cylindrical-coordinate representation of color #890BCC: hue angle of 279.17º degrees, saturation: 0.9, 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 #890BCC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 11 204 -
CMYK 0.33 0.95 0 0.2
HSL 279.17º 0.9% 0.42% -
HSV(B) 279.17º 0.95% 0.8% -
XYZ 21.34 9.92 57.92 -
YUV 70.68 203.24 175.31 -
System Red Green Blue C M Y K H S L
Decimal 137 11 204 0.33 0.95 0 0.2 279.17 0.9 0.42
Hex 89 B CC 21 5F 0 14 117 5A 2A
Octal 211 13 314 41 137 0 24 427 132 52
Binary 10001001 1011 11001100 100001 1011111 0 10100 100010111 1011010 101010

Color Harmonies of #890BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BCC

Black with #890BCC

Text Example


Text Example

White with #890BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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