#823ABF

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

Shades of Dark Orchid #823ABF

Tints of Dark Orchid #823ABF

Color information

#823ABF (or 0x823ABF) is unknown color: approx Dark Orchid. HEX triplet: 82, 3A and BF. RGB value is (130,58,191). Sum of RGB (Red+Green+Blue) = 130+58+191=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #823ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823ABF is #7DC540. Grayscale: #5E5E5E. Windows color (decimal): -8242497 or 12532354. OLE color: 12532354.

HSL color Cylindrical-coordinate representation of color #823ABF: hue angle of 272.48º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #823ABF is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13058191-
CMYK0.320.7000.25
HSL272.48º53.41%48.82%-
HSV(B)272.48º69.63%74.9%-
XYZ20.1211.5350.46-
YUV94.69182.35153.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 191 (75% from 255) = 50.40%
R=34.30%
G=15.30%
B=50.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130581910.320.7000.25272.4853.4148.82
Hex823ABF20460191103531
Octal20272277401060314206561
Binary10000010111010101111111000001000110011001100010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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