#982EBF

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

Shades of Dark Orchid #982EBF

Tints of Dark Orchid #982EBF

Color information

#982EBF (or 0x982EBF) is unknown color: approx Dark Orchid. HEX triplet: 98, 2E and BF. RGB value is (152,46,191). Sum of RGB (Red+Green+Blue) = 152+46+191=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #982EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EBF is #67D140. Grayscale: #5D5D5D. Windows color (decimal): -6803777 or 12529304. OLE color: 12529304.

HSL color Cylindrical-coordinate representation of color #982EBF: hue angle of 283.86º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982EBF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15246191-
CMYK0.200.7600.25
HSL283.86º61.18%46.47%-
HSV(B)283.86º75.92%74.9%-
XYZ23.3312.3950.45-
YUV94.22182.62169.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 191 (75% from 255) = 49.10%
R=39.07%
G=11.83%
B=49.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152461910.200.7600.25283.8661.1846.47
Hex982EBF144C01911c3d2e
Octal23056277241140314347556
Binary1001100010111010111111101001001100011001100011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982EBF; }

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

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

<style>
 a { background-color: #982EBF; }

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

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

<style>
 span { border-color: #982EBF; }

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

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