#823DBA

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

Shades of Dark Orchid #823DBA

Tints of Dark Orchid #823DBA

Color information

#823DBA (or 0x823DBA) is unknown color: approx Dark Orchid. HEX triplet: 82, 3D and BA. RGB value is (130,61,186). Sum of RGB (Red+Green+Blue) = 130+61+186=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #823DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DBA is #7DC245. Grayscale: #5F5F5F. Windows color (decimal): -8241734 or 12205442. OLE color: 12205442.

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

Color convert

RGB13061186-
CMYK0.300.6700.27
HSL273.12º50.61%48.43%-
HSV(B)273.12º67.2%72.94%-
XYZ19.7411.6347.66-
YUV95.88178.86152.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=34.48%
G=16.18%
B=49.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130611860.300.6700.27273.1250.6148.43
Hex823DBA1E4301B1113330
Octal20275272361030334216360
Binary1000001011110110111010111101000011011011100010001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823DBA; }

 p { color: rgb(130,61,186); }

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

<style>
 a { background-color: #823DBA; }

 a { background-color: rgb(130,61,186); }

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

<style>
 span { border-color: #823DBA; }

 span { border-color: rgb(130,61,186); }

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