#983FBF

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

Shades of Dark Orchid #983FBF

Tints of Dark Orchid #983FBF

Color information

#983FBF (or 0x983FBF) is unknown color: approx Dark Orchid. HEX triplet: 98, 3F and BF. RGB value is (152,63,191). Sum of RGB (Red+Green+Blue) = 152+63+191=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #983FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983FBF is #67C040. Grayscale: #676767. Windows color (decimal): -6799425 or 12533656. OLE color: 12533656.

HSL color Cylindrical-coordinate representation of color #983FBF: hue angle of 281.72º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983FBF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15263191-
CMYK0.200.6700.25
HSL281.72º50.39%49.8%-
HSV(B)281.72º67.02%74.9%-
XYZ24.1313.9950.72-
YUV104.2176.99162.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 191 (75% from 255) = 47.04%
R=37.44%
G=15.52%
B=47.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152631910.200.6700.25281.7250.3949.8
Hex983FBF144301911a3232
Octal23077277241030314326262
Binary1001100011111110111111101001000011011001100011010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983FBF; }

 p { color: rgb(152,63,191); }

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

<style>
 a { background-color: #983FBF; }

 a { background-color: rgb(152,63,191); }

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

<style>
 span { border-color: #983FBF; }

 span { border-color: rgb(152,63,191); }

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