#981FBE

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

Shades of Dark Orchid #981FBE

Tints of Dark Orchid #981FBE

Color information

#981FBE (or 0x981FBE) is unknown color: approx Dark Orchid. HEX triplet: 98, 1F and BE. RGB value is (152,31,190). Sum of RGB (Red+Green+Blue) = 152+31+190=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #981FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FBE is #67E041. Grayscale: #545454. Windows color (decimal): -6807618 or 12459928. OLE color: 12459928.

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

Color convert

RGB15231190-
CMYK0.20.8400.25
HSL285.66º71.95%43.33%-
HSV(B)285.66º83.68%74.51%-
XYZ22.7311.3749.71-
YUV85.3187.09175.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 31 (12.5% from 255) = 8.31%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=40.75%
G=8.31%
B=50.94%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152311900.20.8400.25285.6671.9543.33
Hex981FBE145401911e482b
Octal230372762412403143611053
Binary1001100011111101111101010010101000110011000111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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