#8321BE

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

Shades of Dark Orchid #8321BE

Tints of Dark Orchid #8321BE

Color information

#8321BE (or 0x8321BE) is unknown color: approx Dark Orchid. HEX triplet: 83, 21 and BE. RGB value is (131,33,190). Sum of RGB (Red+Green+Blue) = 131+33+190=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #8321BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8321BE is #7CDE41. Grayscale: #4F4F4F. Windows color (decimal): -8183362 or 12460419. OLE color: 12460419.

HSL color Cylindrical-coordinate representation of color #8321BE: hue angle of 277.45º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8321BE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13133190-
CMYK0.310.8300.25
HSL277.45º70.4%43.73%-
HSV(B)277.45º82.63%74.51%-
XYZ19.29.6349.56-
YUV80.2189.97164.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 33 (13.28% from 255) = 9.32%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=37.01%
G=9.32%
B=53.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131331900.310.8300.25277.4570.443.73
Hex8321BE1F53019115462c
Octal203412763712303142510654
Binary10000011100001101111101111110100110110011000101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8321BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8321BE; }

 p { color: rgb(131,33,190); }

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

<style>
 a { background-color: #8321BE; }

 a { background-color: rgb(131,33,190); }

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

<style>
 span { border-color: #8321BE; }

 span { border-color: rgb(131,33,190); }

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