#8226BC

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

Shades of Dark Orchid #8226BC

Tints of Dark Orchid #8226BC

Color information

#8226BC (or 0x8226BC) is unknown color: approx Dark Orchid. HEX triplet: 82, 26 and BC. RGB value is (130,38,188). Sum of RGB (Red+Green+Blue) = 130+38+188=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #8226BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8226BC is #7DD943. Grayscale: #525252. Windows color (decimal): -8247620 or 12330626. OLE color: 12330626.

HSL color Cylindrical-coordinate representation of color #8226BC: hue angle of 276.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8226BC is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13038188-
CMYK0.310.8000.26
HSL276.8º66.37%44.31%-
HSV(B)276.8º79.79%73.73%-
XYZ18.989.7648.46-
YUV82.61187.48161.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 38 (15.23% from 255) = 10.67%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=36.52%
G=10.67%
B=52.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130381880.310.8000.26276.866.3744.31
Hex8226BC1F5001A115422c
Octal202462743712003242510254
Binary10000010100110101111001111110100000110101000101011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8226BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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