#8632CA

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

Shades of Dark Orchid #8632CA

Tints of Dark Orchid #8632CA

Color information

#8632CA (or 0x8632CA) is unknown color: approx Dark Orchid. HEX triplet: 86, 32 and CA. RGB value is (134,50,202). Sum of RGB (Red+Green+Blue) = 134+50+202=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #8632CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632CA is #79CD35. Grayscale: #5B5B5B. Windows color (decimal): -7982390 or 13251206. OLE color: 13251206.

HSL color Cylindrical-coordinate representation of color #8632CA: hue angle of 273.16º 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 #8632CA is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13450202-
CMYK0.340.7500.21
HSL273.16º60.32%49.41%-
HSV(B)273.16º75.25%79.22%-
XYZ21.6311.6156.98-
YUV92.44189.83157.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 50 (19.92% from 255) = 12.95%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=34.72%
G=12.95%
B=52.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134502020.340.7500.21273.1660.3249.41
Hex8632CA224B0151113c31
Octal20662312421130254217461
Binary10000110110010110010101000101001011010101100010001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8632CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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