#983CBE

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

Shades of Dark Orchid #983CBE

Tints of Dark Orchid #983CBE

Color information

#983CBE (or 0x983CBE) is unknown color: approx Dark Orchid. HEX triplet: 98, 3C and BE. RGB value is (152,60,190). Sum of RGB (Red+Green+Blue) = 152+60+190=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #983CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #983CBE is #67C341. Grayscale: #656565. Windows color (decimal): -6800194 or 12467352. OLE color: 12467352.

HSL color Cylindrical-coordinate representation of color #983CBE: hue angle of 282.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983CBE is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15260190-
CMYK0.20.6800.25
HSL282.46º52%49.02%-
HSV(B)282.46º68.42%74.51%-
XYZ23.8613.6250.09-
YUV102.33177.48163.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 60 (23.83% from 255) = 14.93%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=37.81%
G=14.93%
B=47.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152601900.20.6800.25282.465249.02
Hex983CBE144401911a3431
Octal23074276241040314326461
Binary1001100011110010111110101001000100011001100011010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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