#983DC9

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

Shades of Dark Orchid #983DC9

Tints of Dark Orchid #983DC9

Color information

#983DC9 (or 0x983DC9) is unknown color: approx Dark Orchid. HEX triplet: 98, 3D and C9. RGB value is (152,61,201). Sum of RGB (Red+Green+Blue) = 152+61+201=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #983DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DC9 is #67C236. Grayscale: #676767. Windows color (decimal): -6799927 or 13188504. OLE color: 13188504.

HSL color Cylindrical-coordinate representation of color #983DC9: hue angle of 279º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983DC9 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15261201-
CMYK0.240.7000.21
HSL279º56.45%51.37%-
HSV(B)279º69.65%78.82%-
XYZ25.1614.2356.68-
YUV104.17182.65162.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 61 (24.22% from 255) = 14.73%
BLUE value IS 201 (78.91% from 255) = 48.55%
R=36.71%
G=14.73%
B=48.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152612010.240.7000.2127956.4551.37
Hex983DC918460151173833
Octal23075311301060254277063
Binary1001100011110111001001110001000110010101100010111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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