#821CB3

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

Shades of Dark Orchid #821CB3

Tints of Dark Orchid #821CB3

Color information

#821CB3 (or 0x821CB3) is unknown color: approx Dark Orchid. HEX triplet: 82, 1C and B3. RGB value is (130,28,179). Sum of RGB (Red+Green+Blue) = 130+28+179=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #821CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CB3 is #7DE34C. Grayscale: #4B4B4B. Windows color (decimal): -8250189 or 11738242. OLE color: 11738242.

HSL color Cylindrical-coordinate representation of color #821CB3: hue angle of 280.53º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821CB3 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13028179-
CMYK0.270.8400.30
HSL280.53º72.95%40.59%-
HSV(B)280.53º84.36%70.2%-
XYZ17.768.8343.42-
YUV75.71186.29166.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 179 (70.31% from 255) = 53.12%
R=38.58%
G=8.31%
B=53.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130281790.270.8400.30280.5372.9540.59
Hex821CB31B5401E1194929
Octal202342633312403643111151
Binary1000001011100101100111101110101000111101000110011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821CB3; }

 p { color: rgb(130,28,179); }

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

<style>
 a { background-color: #821CB3; }

 a { background-color: rgb(130,28,179); }

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

<style>
 span { border-color: #821CB3; }

 span { border-color: rgb(130,28,179); }

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