#8227B1

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

Shades of Dark Orchid #8227B1

Tints of Dark Orchid #8227B1

Color information

#8227B1 (or 0x8227B1) is unknown color: approx Dark Orchid. HEX triplet: 82, 27 and B1. RGB value is (130,39,177). Sum of RGB (Red+Green+Blue) = 130+39+177=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #8227B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8227B1 is #7DD84E. Grayscale: #515151. Windows color (decimal): -8247375 or 11609986. OLE color: 11609986.

HSL color Cylindrical-coordinate representation of color #8227B1: hue angle of 279.57º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8227B1 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13039177-
CMYK0.270.7800.31
HSL279.57º63.89%42.35%-
HSV(B)279.57º77.97%69.41%-
XYZ17.879.3742.46-
YUV81.94181.65162.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 39 (15.62% from 255) = 11.27%
BLUE value IS 177 (69.53% from 255) = 51.16%
R=37.57%
G=11.27%
B=51.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130391770.270.7800.31279.5763.8942.35
Hex8227B11B4E01F118402a
Octal202472613311603743010052
Binary10000010100111101100011101110011100111111000110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8227B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8227B1; }

 p { color: rgb(130,39,177); }

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

<style>
 a { background-color: #8227B1; }

 a { background-color: rgb(130,39,177); }

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

<style>
 span { border-color: #8227B1; }

 span { border-color: rgb(130,39,177); }

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