#983DC1

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

Shades of Dark Orchid #983DC1

Tints of Dark Orchid #983DC1

Color information

#983DC1 (or 0x983DC1) is unknown color: approx Dark Orchid. HEX triplet: 98, 3D and C1. RGB value is (152,61,193). Sum of RGB (Red+Green+Blue) = 152+61+193=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #983DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DC1 is #67C23E. Grayscale: #666666. Windows color (decimal): -6799935 or 12664216. OLE color: 12664216.

HSL color Cylindrical-coordinate representation of color #983DC1: hue angle of 281.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983DC1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15261193-
CMYK0.210.6800.24
HSL281.36º51.97%49.8%-
HSV(B)281.36º68.39%75.69%-
XYZ24.2413.8651.85-
YUV103.26178.65162.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 61 (24.22% from 255) = 15.02%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=37.44%
G=15.02%
B=47.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152611930.210.6800.24281.3651.9749.8
Hex983DC115440181193432
Octal23075301251040304316462
Binary1001100011110111000001101011000100011000100011001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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