#8830BE

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

Shades of Dark Orchid #8830BE

Tints of Dark Orchid #8830BE

Color information

#8830BE (or 0x8830BE) is unknown color: approx Dark Orchid. HEX triplet: 88, 30 and BE. RGB value is (136,48,190). Sum of RGB (Red+Green+Blue) = 136+48+190=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #8830BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8830BE is #77CF41. Grayscale: #5A5A5A. Windows color (decimal): -7851842 or 12464264. OLE color: 12464264.

HSL color Cylindrical-coordinate representation of color #8830BE: hue angle of 277.18º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8830BE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13648190-
CMYK0.280.7500.25
HSL277.18º59.66%46.67%-
HSV(B)277.18º74.74%74.51%-
XYZ20.511.0749.77-
YUV90.5184.15160.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 48 (19.14% from 255) = 12.83%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=36.36%
G=12.83%
B=50.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136481900.280.7500.25277.1859.6646.67
Hex8830BE1C4B0191153c2f
Octal21060276341130314257457
Binary1000100011000010111110111001001011011001100010101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8830BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8830BE; }

 p { color: rgb(136,48,190); }

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

<style>
 a { background-color: #8830BE; }

 a { background-color: rgb(136,48,190); }

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

<style>
 span { border-color: #8830BE; }

 span { border-color: rgb(136,48,190); }

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