#8733C6

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

Shades of Dark Orchid #8733C6

Tints of Dark Orchid #8733C6

Color information

#8733C6 (or 0x8733C6) is unknown color: approx Dark Orchid. HEX triplet: 87, 33 and C6. RGB value is (135,51,198). Sum of RGB (Red+Green+Blue) = 135+51+198=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #8733C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8733C6 is #78CC39. Grayscale: #5C5C5C. Windows color (decimal): -7916602 or 12989319. OLE color: 12989319.

HSL color Cylindrical-coordinate representation of color #8733C6: hue angle of 274.29º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8733C6 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13551198-
CMYK0.320.7400.22
HSL274.29º59.04%48.82%-
HSV(B)274.29º74.24%77.65%-
XYZ21.3711.654.54-
YUV92.87187.33158.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 198 (77.73% from 255) = 51.56%
R=35.16%
G=13.28%
B=51.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135511980.320.7400.22274.2959.0448.82
Hex8733C6204A0161123b31
Octal20763306401120264227361
Binary10000111110011110001101000001001010010110100010010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8733C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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