#8836BE

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

Shades of Dark Orchid #8836BE

Tints of Dark Orchid #8836BE

Color information

#8836BE (or 0x8836BE) is unknown color: approx Dark Orchid. HEX triplet: 88, 36 and BE. RGB value is (136,54,190). Sum of RGB (Red+Green+Blue) = 136+54+190=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #8836BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836BE is #77C941. Grayscale: #5D5D5D. Windows color (decimal): -7850306 or 12465800. OLE color: 12465800.

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

Color convert

RGB13654190-
CMYK0.280.7200.25
HSL276.18º55.74%47.84%-
HSV(B)276.18º71.58%74.51%-
XYZ20.7711.5949.86-
YUV94.02182.17157.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 54 (21.48% from 255) = 14.21%
BLUE value IS 190 (74.61% from 255) = 50%
R=35.79%
G=14.21%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136541900.280.7200.25276.1855.7447.84
Hex8836BE1C480191143830
Octal21066276341100314247060
Binary1000100011011010111110111001001000011001100010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8836BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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