#8228BA

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

Shades of Dark Orchid #8228BA

Tints of Dark Orchid #8228BA

Color information

#8228BA (or 0x8228BA) is unknown color: approx Dark Orchid. HEX triplet: 82, 28 and BA. RGB value is (130,40,186). Sum of RGB (Red+Green+Blue) = 130+40+186=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #8228BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228BA is #7DD745. Grayscale: #535353. Windows color (decimal): -8247110 or 12200066. OLE color: 12200066.

HSL color Cylindrical-coordinate representation of color #8228BA: hue angle of 276.99º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8228BA is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13040186-
CMYK0.300.7800.27
HSL276.99º64.6%44.31%-
HSV(B)276.99º78.49%72.94%-
XYZ18.839.8147.36-
YUV83.55185.82161.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 40 (16.02% from 255) = 11.24%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=36.52%
G=11.24%
B=52.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130401860.300.7800.27276.9964.644.31
Hex8228BA1E4E01B115412c
Octal202502723611603342510154
Binary10000010101000101110101111010011100110111000101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8228BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8228BA; }

 p { color: rgb(130,40,186); }

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

<style>
 a { background-color: #8228BA; }

 a { background-color: rgb(130,40,186); }

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

<style>
 span { border-color: #8228BA; }

 span { border-color: rgb(130,40,186); }

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