#8733BF

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

Shades of Dark Orchid #8733BF

Tints of Dark Orchid #8733BF

Color information

#8733BF (or 0x8733BF) is unknown color: approx Dark Orchid. HEX triplet: 87, 33 and BF. RGB value is (135,51,191). Sum of RGB (Red+Green+Blue) = 135+51+191=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #8733BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8733BF is #78CC40. Grayscale: #5B5B5B. Windows color (decimal): -7916609 or 12530567. OLE color: 12530567.

HSL color Cylindrical-coordinate representation of color #8733BF: hue angle of 276º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8733BF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13551191-
CMYK0.290.7300.25
HSL276º57.85%47.45%-
HSV(B)276º73.3%74.9%-
XYZ20.5811.2850.38-
YUV92.08183.83158.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 191 (75% from 255) = 50.66%
R=35.81%
G=13.53%
B=50.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135511910.290.7300.2527657.8547.45
Hex8733BF1D490191143a2f
Octal20763277351110314247257
Binary1000011111001110111111111011001001011001100010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8733BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,51,191); }

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

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

 a { background-color: rgb(135,51,191); }

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

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

 span { border-color: rgb(135,51,191); }

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