#983ECA

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

Shades of Dark Orchid #983ECA

Tints of Dark Orchid #983ECA

Color information

#983ECA (or 0x983ECA) is unknown color: approx Dark Orchid. HEX triplet: 98, 3E and CA. RGB value is (152,62,202). Sum of RGB (Red+Green+Blue) = 152+62+202=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #983ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983ECA is #67C135. Grayscale: #686868. Windows color (decimal): -6799670 or 13254296. OLE color: 13254296.

HSL color Cylindrical-coordinate representation of color #983ECA: hue angle of 278.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #983ECA is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15262202-
CMYK0.250.6900.21
HSL278.57º56.91%51.76%-
HSV(B)278.57º69.31%79.22%-
XYZ25.3314.3857.32-
YUV104.87182.82161.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 62 (24.61% from 255) = 14.90%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=36.54%
G=14.90%
B=48.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152622020.250.6900.21278.5756.9151.76
Hex983ECA19450151173934
Octal23076312311050254277164
Binary1001100011111011001010110011000101010101100010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,62,202); }

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

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

 a { background-color: rgb(152,62,202); }

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

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

 span { border-color: rgb(152,62,202); }

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