#823AB8

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

Shades of Dark Orchid #823AB8

Tints of Dark Orchid #823AB8

Color information

#823AB8 (or 0x823AB8) is unknown color: approx Dark Orchid. HEX triplet: 82, 3A and B8. RGB value is (130,58,184). Sum of RGB (Red+Green+Blue) = 130+58+184=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #823AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823AB8 is #7DC547. Grayscale: #5D5D5D. Windows color (decimal): -8242504 or 12073602. OLE color: 12073602.

HSL color Cylindrical-coordinate representation of color #823AB8: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823AB8 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13058184-
CMYK0.290.6800.28
HSL274.29º52.07%47.45%-
HSV(B)274.29º68.48%72.16%-
XYZ19.3711.2346.49-
YUV93.89178.85153.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 58 (23.05% from 255) = 15.59%
BLUE value IS 184 (72.27% from 255) = 49.46%
R=34.95%
G=15.59%
B=49.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130581840.290.6800.28274.2952.0747.45
Hex823AB81D4401C112342f
Octal20272270351040344226457
Binary1000001011101010111000111011000100011100100010010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,58,184); }

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

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

 a { background-color: rgb(130,58,184); }

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

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

 span { border-color: rgb(130,58,184); }

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