#8228B5

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

Shades of Dark Orchid #8228B5

Tints of Dark Orchid #8228B5

Color information

#8228B5 (or 0x8228B5) is unknown color: approx Dark Orchid. HEX triplet: 82, 28 and B5. RGB value is (130,40,181). Sum of RGB (Red+Green+Blue) = 130+40+181=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #8228B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228B5 is #7DD74A. Grayscale: #525252. Windows color (decimal): -8247115 or 11872386. OLE color: 11872386.

HSL color Cylindrical-coordinate representation of color #8228B5: hue angle of 278.3º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8228B5 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13040181-
CMYK0.280.7800.29
HSL278.3º63.8%43.33%-
HSV(B)278.3º77.9%70.98%-
XYZ18.319.644.6-
YUV82.98183.32161.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 40 (16.02% from 255) = 11.40%
BLUE value IS 181 (71.09% from 255) = 51.57%
R=37.04%
G=11.40%
B=51.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130401810.280.7800.29278.363.843.33
Hex8228B51C4E01D116402b
Octal202502653411603542610053
Binary10000010101000101101011110010011100111011000101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8228B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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