#983BCE

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

Shades of Dark Orchid #983BCE

Tints of Dark Orchid #983BCE

Color information

#983BCE (or 0x983BCE) is unknown color: approx Dark Orchid. HEX triplet: 98, 3B and CE. RGB value is (152,59,206). Sum of RGB (Red+Green+Blue) = 152+59+206=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #983BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983BCE is #67C431. Grayscale: #676767. Windows color (decimal): -6800434 or 13515672. OLE color: 13515672.

HSL color Cylindrical-coordinate representation of color #983BCE: hue angle of 277.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983BCE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15259206-
CMYK0.260.7100.19
HSL277.96º60%51.96%-
HSV(B)277.96º71.36%80.78%-
XYZ25.6514.2659.79-
YUV103.56185.81162.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 59 (23.44% from 255) = 14.15%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=36.45%
G=14.15%
B=49.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152592060.260.7100.19277.966051.96
Hex983BCE1A470131163c34
Octal23073316321070234267464
Binary1001100011101111001110110101000111010011100010110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,59,206); }

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

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

 a { background-color: rgb(152,59,206); }

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

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

 span { border-color: rgb(152,59,206); }

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