#983CBD

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

Shades of Dark Orchid #983CBD

Tints of Dark Orchid #983CBD

Color information

#983CBD (or 0x983CBD) is unknown color: approx Dark Orchid. HEX triplet: 98, 3C and BD. RGB value is (152,60,189). Sum of RGB (Red+Green+Blue) = 152+60+189=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #983CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CBD is #67C342. Grayscale: #656565. Windows color (decimal): -6800195 or 12401816. OLE color: 12401816.

HSL color Cylindrical-coordinate representation of color #983CBD: hue angle of 282.79º degrees, saturation: 0.52, 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 #983CBD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15260189-
CMYK0.200.6800.26
HSL282.79º51.81%48.82%-
HSV(B)282.79º68.25%74.12%-
XYZ23.7513.5849.51-
YUV102.21176.98163.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 60 (23.83% from 255) = 14.96%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=37.91%
G=14.96%
B=47.13%

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
Decimal152601890.200.6800.26282.7951.8148.82
Hex983CBD144401A11b3431
Octal23074275241040324336461
Binary1001100011110010111101101001000100011010100011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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