#8835BF

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

Shades of Dark Orchid #8835BF

Tints of Dark Orchid #8835BF

Color information

#8835BF (or 0x8835BF) is unknown color: approx Dark Orchid. HEX triplet: 88, 35 and BF. RGB value is (136,53,191). Sum of RGB (Red+Green+Blue) = 136+53+191=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #8835BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8835BF is #77CA40. Grayscale: #5D5D5D. Windows color (decimal): -7850561 or 12531080. OLE color: 12531080.

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

Color convert

RGB13653191-
CMYK0.290.7200.25
HSL276.09º56.56%47.84%-
HSV(B)276.09º72.25%74.9%-
XYZ20.8311.5450.42-
YUV93.55183158.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 53 (21.09% from 255) = 13.95%
BLUE value IS 191 (75% from 255) = 50.26%
R=35.79%
G=13.95%
B=50.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136531910.290.7200.25276.0956.5647.84
Hex8835BF1D480191143930
Octal21065277351100314247160
Binary1000100011010110111111111011001000011001100010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8835BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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