#8226BF

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

Shades of Dark Orchid #8226BF

Tints of Dark Orchid #8226BF

Color information

#8226BF (or 0x8226BF) is unknown color: approx Dark Orchid. HEX triplet: 82, 26 and BF. RGB value is (130,38,191). Sum of RGB (Red+Green+Blue) = 130+38+191=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #8226BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8226BF is #7DD940. Grayscale: #525252. Windows color (decimal): -8247617 or 12527234. OLE color: 12527234.

HSL color Cylindrical-coordinate representation of color #8226BF: hue angle of 276.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8226BF is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13038191-
CMYK0.320.8000.25
HSL276.08º66.81%44.9%-
HSV(B)276.08º80.1%74.9%-
XYZ19.39.8950.18-
YUV82.95188.98161.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 38 (15.23% from 255) = 10.58%
BLUE value IS 191 (75% from 255) = 53.20%
R=36.21%
G=10.58%
B=53.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130381910.320.8000.25276.0866.8144.9
Hex8226BF2050019114432d
Octal202462774012003142410355
Binary100000101001101011111110000010100000110011000101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8226BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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