#983DBD

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

Shades of Dark Orchid #983DBD

Tints of Dark Orchid #983DBD

Color information

#983DBD (or 0x983DBD) is unknown color: approx Dark Orchid. HEX triplet: 98, 3D and BD. RGB value is (152,61,189). Sum of RGB (Red+Green+Blue) = 152+61+189=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #983DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DBD is #67C242. Grayscale: #666666. Windows color (decimal): -6799939 or 12402072. OLE color: 12402072.

HSL color Cylindrical-coordinate representation of color #983DBD: hue angle of 282.66º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983DBD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15261189-
CMYK0.200.6800.26
HSL282.66º51.2%49.02%-
HSV(B)282.66º67.72%74.12%-
XYZ23.813.6949.53-
YUV102.8176.65163.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 61 (24.22% from 255) = 15.17%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=37.81%
G=15.17%
B=47.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152611890.200.6800.26282.6651.249.02
Hex983DBD144401A11b3331
Octal23075275241040324336361
Binary1001100011110110111101101001000100011010100011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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