#823ac4

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

Shades of Dark Orchid #823AC4

Tints of Dark Orchid #823AC4

Color information

#823AC4 (or 0x823AC4) is unknown color: approx Dark Orchid. HEX triplet: 82, 3A and C4. RGB value is (130,58,196). Sum of RGB (Red+Green+Blue) = 130+58+196=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #823AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823AC4 is #7DC53B. Grayscale: #5E5E5E. Windows color (decimal): -8242492 or 12860034. OLE color: 12860034.

HSL color Cylindrical-coordinate representation of color #823AC4: hue angle of 271.3º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #823AC4 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13058196-
CMYK0.340.7000.23
HSL271.3º54.33%49.8%-
HSV(B)271.3º70.41%76.86%-
XYZ20.6811.7653.4-
YUV95.26184.85152.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 196 (76.95% from 255) = 51.04%
R=33.85%
G=15.10%
B=51.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130581960.340.7000.23271.354.3349.8
Hex823AC4224601710f3632
Octal20272304421060274176662
Binary10000010111010110001001000101000110010111100001111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823ac4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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