#8732CA

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

Shades of Dark Orchid #8732CA

Tints of Dark Orchid #8732CA

Color information

#8732CA (or 0x8732CA) is unknown color: approx Dark Orchid. HEX triplet: 87, 32 and CA. RGB value is (135,50,202). Sum of RGB (Red+Green+Blue) = 135+50+202=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #8732CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8732CA is #78CD35. Grayscale: #5C5C5C. Windows color (decimal): -7916854 or 13251207. OLE color: 13251207.

HSL color Cylindrical-coordinate representation of color #8732CA: hue angle of 273.55º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8732CA is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13550202-
CMYK0.330.7500.21
HSL273.55º60.32%49.41%-
HSV(B)273.55º75.25%79.22%-
XYZ21.7911.756.99-
YUV92.74189.66158.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=34.88%
G=12.92%
B=52.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal135502020.330.7500.21273.5560.3249.41
Hex8732CA214B0151123c31
Octal20762312411130254227461
Binary10000111110010110010101000011001011010101100010010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8732CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8732CA; }

 p { color: rgb(135,50,202); }

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

<style>
 a { background-color: #8732CA; }

 a { background-color: rgb(135,50,202); }

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

<style>
 span { border-color: #8732CA; }

 span { border-color: rgb(135,50,202); }

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