#981BBE

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

Shades of Dark Orchid #981BBE

Tints of Dark Orchid #981BBE

Color information

#981BBE (or 0x981BBE) is unknown color: approx Dark Orchid. HEX triplet: 98, 1B and BE. RGB value is (152,27,190). Sum of RGB (Red+Green+Blue) = 152+27+190=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #981BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BBE is #67E441. Grayscale: #525252. Windows color (decimal): -6808642 or 12458904. OLE color: 12458904.

HSL color Cylindrical-coordinate representation of color #981BBE: hue angle of 286.01º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981BBE is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15227190-
CMYK0.20.8600.25
HSL286.01º75.12%42.55%-
HSV(B)286.01º85.79%74.51%-
XYZ22.6411.1849.68-
YUV82.96188.41177.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 27 (10.94% from 255) = 7.32%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=41.19%
G=7.32%
B=51.49%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152271900.20.8600.25286.0175.1242.55
Hex981BBE145601911e4b2b
Octal230332762412603143611353
Binary1001100011011101111101010010101100110011000111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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