#8826BF

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

Shades of Dark Orchid #8826BF

Tints of Dark Orchid #8826BF

Color information

#8826BF (or 0x8826BF) is unknown color: approx Dark Orchid. HEX triplet: 88, 26 and BF. RGB value is (136,38,191). Sum of RGB (Red+Green+Blue) = 136+38+191=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #8826BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8826BF is #77D940. Grayscale: #545454. Windows color (decimal): -7854401 or 12527240. OLE color: 12527240.

HSL color Cylindrical-coordinate representation of color #8826BF: hue angle of 278.43º 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 #8826BF is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13638191-
CMYK0.290.8000.25
HSL278.43º66.81%44.9%-
HSV(B)278.43º80.1%74.9%-
XYZ20.2510.3850.23-
YUV84.74187.97164.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 38 (15.23% from 255) = 10.41%
BLUE value IS 191 (75% from 255) = 52.33%
R=37.26%
G=10.41%
B=52.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136381910.290.8000.25278.4366.8144.9
Hex8826BF1D50019116432d
Octal210462773512003142610355
Binary10001000100110101111111110110100000110011000101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8826BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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