#982CBD

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

Shades of Dark Orchid #982CBD

Tints of Dark Orchid #982CBD

Color information

#982CBD (or 0x982CBD) is unknown color: approx Dark Orchid. HEX triplet: 98, 2C and BD. RGB value is (152,44,189). Sum of RGB (Red+Green+Blue) = 152+44+189=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #982CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CBD is #67D342. Grayscale: #5C5C5C. Windows color (decimal): -6804291 or 12397720. OLE color: 12397720.

HSL color Cylindrical-coordinate representation of color #982CBD: hue angle of 284.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982CBD is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15244189-
CMYK0.200.7700.26
HSL284.69º62.23%45.69%-
HSV(B)284.69º76.72%74.12%-
XYZ23.0312.1549.28-
YUV92.82182.28170.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 44 (17.58% from 255) = 11.43%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=39.48%
G=11.43%
B=49.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152441890.200.7700.26284.6962.2345.69
Hex982CBD144D01A11d3e2e
Octal23054275241150324357656
Binary1001100010110010111101101001001101011010100011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,44,189); }

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

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

 a { background-color: rgb(152,44,189); }

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

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

 span { border-color: rgb(152,44,189); }

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