#981AB6

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

Shades of Dark Orchid #981AB6

Tints of Dark Orchid #981AB6

Color information

#981AB6 (or 0x981AB6) is unknown color: approx Dark Orchid. HEX triplet: 98, 1A and B6. RGB value is (152,26,182). Sum of RGB (Red+Green+Blue) = 152+26+182=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #981AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981AB6 is #67E549. Grayscale: #505050. Windows color (decimal): -6808906 or 11934360. OLE color: 11934360.

HSL color Cylindrical-coordinate representation of color #981AB6: hue angle of 288.46º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981AB6 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15226182-
CMYK0.160.8600.29
HSL288.46º75%40.78%-
HSV(B)288.46º85.71%71.37%-
XYZ21.7610.7945.19-
YUV81.46184.74178.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 26 (10.55% from 255) = 7.22%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=42.22%
G=7.22%
B=50.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152261820.160.8600.29288.467540.78
Hex981AB6105601D1204b29
Octal230322662012603544011351
Binary1001100011010101101101000010101100111011001000001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,26,182); }

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

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

 a { background-color: rgb(152,26,182); }

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

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

 span { border-color: rgb(152,26,182); }

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