#981BBB

Color #981BBB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #981BBB

Tints of Dark Orchid #981BBB

Color information

#981BBB (or 0x981BBB) is unknown color: approx Dark Orchid. HEX triplet: 98, 1B and BB. RGB value is (152,27,187). Sum of RGB (Red+Green+Blue) = 152+27+187=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #981BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BBB is #67E444. Grayscale: #525252. Windows color (decimal): -6808645 or 12262296. OLE color: 12262296.

HSL color Cylindrical-coordinate representation of color #981BBB: hue angle of 286.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981BBB is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15227187-
CMYK0.190.8600.27
HSL286.88º74.77%41.96%-
HSV(B)286.88º85.56%73.33%-
XYZ22.3111.0547.97-
YUV82.62186.91177.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 27 (10.94% from 255) = 7.38%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=41.53%
G=7.38%
B=51.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152271870.190.8600.27286.8874.7741.96
Hex981BBB135601B11f4b2a
Octal230332732312603343711352
Binary1001100011011101110111001110101100110111000111111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,27,187); }

 H1.HeaderClassName
 {
   color: #981BBB;
 }
 .AnyTagClassName
 {
   color: #981BBB;
 }
</style>
background-color css

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

 a { background-color: rgb(152,27,187); }

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

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

 span { border-color: rgb(152,27,187); }

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