#8227BB

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

Shades of Dark Orchid #8227BB

Tints of Dark Orchid #8227BB

Color information

#8227BB (or 0x8227BB) is unknown color: approx Dark Orchid. HEX triplet: 82, 27 and BB. RGB value is (130,39,187). Sum of RGB (Red+Green+Blue) = 130+39+187=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #8227BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8227BB is #7DD844. Grayscale: #525252. Windows color (decimal): -8247365 or 12265346. OLE color: 12265346.

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

Color convert

RGB13039187-
CMYK0.300.7900.27
HSL276.89º65.49%44.31%-
HSV(B)276.89º79.14%73.33%-
XYZ18.99.7847.91-
YUV83.08186.65161.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 39 (15.62% from 255) = 10.96%
BLUE value IS 187 (73.44% from 255) = 52.53%
R=36.52%
G=10.96%
B=52.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130391870.300.7900.27276.8965.4944.31
Hex8227BB1E4F01B115412c
Octal202472733611703342510154
Binary10000010100111101110111111010011110110111000101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8227BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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