#983DDD

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

Shades of Dark Orchid #983DDD

Tints of Dark Orchid #983DDD

Color information

#983DDD (or 0x983DDD) is unknown color: approx Dark Orchid. HEX triplet: 98, 3D and DD. RGB value is (152,61,221). Sum of RGB (Red+Green+Blue) = 152+61+221=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #983DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DDD is #67C222. Grayscale: #696969. Windows color (decimal): -6799907 or 14499224. OLE color: 14499224.

HSL color Cylindrical-coordinate representation of color #983DDD: hue angle of 274.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #983DDD is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15261221-
CMYK0.310.7200.13
HSL274.12º70.18%55.29%-
HSV(B)274.12º72.4%86.67%-
XYZ27.6715.2369.89-
YUV106.45192.65160.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 61 (24.22% from 255) = 14.06%
BLUE value IS 221 (86.72% from 255) = 50.92%
R=35.02%
G=14.06%
B=50.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152612210.310.7200.13274.1270.1855.29
Hex983DDD1F480D1124637
Octal230753353711001542210667
Binary1001100011110111011101111111001000011011000100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,61,221); }

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

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

 a { background-color: rgb(152,61,221); }

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

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

 span { border-color: rgb(152,61,221); }

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