Html Css Color HEX #890BBB Dark Violet

📋 copy color: '#890BBB'

red 137 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #890BBB

Tints of Dark Violet #890BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 40.9%
G = 3.28%
B = 55.82%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#890BBB (or 0x890BBB) is known color: Dark Violet. HEX triplet: 89, 0B and BB. RGB value is (137,11,187). Sum of RGB (Red+Green+Blue) = 137+11+187=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #890BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890BBB is #76F444. Grayscale: #444444. Windows color (decimal): -7795781 or 12258185. OLE color: 12258185.

HSL color Cylindrical-coordinate representation of color #890BBB: hue angle of 282.95º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890BBB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 11 187 -
CMYK 0.27 0.94 0 0.27
HSL 282.95º 0.89% 0.39% -
HSV(B) 282.95º 0.94% 0.73% -
XYZ 19.41 9.15 47.76 -
YUV 68.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 137 11 187 0.27 0.94 0 0.27 282.95 0.89 0.39
Hex 89 B BB 1B 5E 0 1B 11B 59 27
Octal 211 13 273 33 136 0 33 433 131 47
Binary 10001001 1011 10111011 11011 1011110 0 11011 100011011 1011001 100111

Color Harmonies of #890BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BBB

Black with #890BBB

Text Example


Text Example

White with #890BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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