Html Css Color HEX #890CB6 Dark Violet

📋 copy color: '#890CB6'

red 137 ◦ green 12 ◦ blue 182

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

Shades of Dark Violet #890CB6

Tints of Dark Violet #890CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.98%

R = 41.39%
G = 3.63%
B = 54.98%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#890CB6 (or 0x890CB6) is known color: Dark Violet. HEX triplet: 89, 0C and B6. RGB value is (137,12,182). Sum of RGB (Red+Green+Blue) = 137+12+182=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #890CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890CB6 is #76F349. Grayscale: #444444. Windows color (decimal): -7795530 or 11930761. OLE color: 11930761.

HSL color Cylindrical-coordinate representation of color #890CB6: hue angle of 284.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890CB6 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 12 182 -
CMYK 0.25 0.93 0 0.29
HSL 284.12º 0.88% 0.38% -
HSV(B) 284.12º 0.93% 0.71% -
XYZ 18.89 8.96 44.99 -
YUV 68.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 137 12 182 0.25 0.93 0 0.29 284.12 0.88 0.38
Hex 89 C B6 19 5D 0 1D 11C 58 26
Octal 211 14 266 31 135 0 35 434 130 46
Binary 10001001 1100 10110110 11001 1011101 0 11101 100011100 1011000 100110

Color Harmonies of #890CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CB6

Black with #890CB6

Text Example


Text Example

White with #890CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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