#823DBE

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

Shades of Dark Orchid #823DBE

Tints of Dark Orchid #823DBE

Color information

#823DBE (or 0x823DBE) is unknown color: approx Dark Orchid. HEX triplet: 82, 3D and BE. RGB value is (130,61,190). Sum of RGB (Red+Green+Blue) = 130+61+190=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #823DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DBE is #7DC241. Grayscale: #5F5F5F. Windows color (decimal): -8241730 or 12467586. OLE color: 12467586.

HSL color Cylindrical-coordinate representation of color #823DBE: hue angle of 272.09º degrees, saturation: 0.51, 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 #823DBE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13061190-
CMYK0.320.6800.25
HSL272.09º51.39%49.22%-
HSV(B)272.09º67.89%74.51%-
XYZ20.1711.849.93-
YUV96.34180.86152.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 61 (24.22% from 255) = 16.01%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=34.12%
G=16.01%
B=49.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130611900.320.6800.25272.0951.3949.22
Hex823DBE20440191103331
Octal20275276401040314206361
Binary10000010111101101111101000001000100011001100010000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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