#983DBB

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

Shades of Dark Orchid #983DBB

Tints of Dark Orchid #983DBB

Color information

#983DBB (or 0x983DBB) is unknown color: approx Dark Orchid. HEX triplet: 98, 3D and BB. RGB value is (152,61,187). Sum of RGB (Red+Green+Blue) = 152+61+187=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #983DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983DBB is #67C244. Grayscale: #666666. Windows color (decimal): -6799941 or 12271000. OLE color: 12271000.

HSL color Cylindrical-coordinate representation of color #983DBB: hue angle of 283.33º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983DBB is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15261187-
CMYK0.190.6700.27
HSL283.33º50.81%48.63%-
HSV(B)283.33º67.38%73.33%-
XYZ23.5913.648.4-
YUV102.57175.65163.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 61 (24.22% from 255) = 15.25%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=38%
G=15.25%
B=46.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152611870.190.6700.27283.3350.8148.63
Hex983DBB134301B11b3331
Octal23075273231030334336361
Binary1001100011110110111011100111000011011011100011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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