#8226B9

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

Shades of Dark Orchid #8226B9

Tints of Dark Orchid #8226B9

Color information

#8226B9 (or 0x8226B9) is unknown color: approx Dark Orchid. HEX triplet: 82, 26 and B9. RGB value is (130,38,185). Sum of RGB (Red+Green+Blue) = 130+38+185=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #8226B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8226B9 is #7DD946. Grayscale: #515151. Windows color (decimal): -8247623 or 12134018. OLE color: 12134018.

HSL color Cylindrical-coordinate representation of color #8226B9: hue angle of 277.55º degrees, saturation: 0.66, 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 #8226B9 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13038185-
CMYK0.300.7900.27
HSL277.55º65.92%43.73%-
HSV(B)277.55º79.46%72.55%-
XYZ18.669.6346.78-
YUV82.27185.98162.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 38 (15.23% from 255) = 10.76%
BLUE value IS 185 (72.66% from 255) = 52.41%
R=36.83%
G=10.76%
B=52.41%

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
Decimal130381850.300.7900.27277.5565.9243.73
Hex8226B91E4F01B116422c
Octal202462713611703342610254
Binary10000010100110101110011111010011110110111000101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8226B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8226B9; }

 p { color: rgb(130,38,185); }

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

<style>
 a { background-color: #8226B9; }

 a { background-color: rgb(130,38,185); }

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

<style>
 span { border-color: #8226B9; }

 span { border-color: rgb(130,38,185); }

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