#8231CA

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

Shades of Dark Orchid #8231CA

Tints of Dark Orchid #8231CA

Color information

#8231CA (or 0x8231CA) is unknown color: approx Dark Orchid. HEX triplet: 82, 31 and CA. RGB value is (130,49,202). Sum of RGB (Red+Green+Blue) = 130+49+202=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #8231CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8231CA is #7DCE35. Grayscale: #5A5A5A. Windows color (decimal): -8244790 or 13250946. OLE color: 13250946.

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

Color convert

RGB13049202-
CMYK0.360.7600.21
HSL271.76º60.96%49.22%-
HSV(B)271.76º75.74%79.22%-
XYZ20.9611.2156.94-
YUV90.66190.84156.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 49 (19.53% from 255) = 12.86%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=34.12%
G=12.86%
B=53.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130492020.360.7600.21271.7660.9649.22
Hex8231CA244C0151103d31
Octal20261312441140254207561
Binary10000010110001110010101001001001100010101100010000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8231CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,49,202); }

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

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

 a { background-color: rgb(130,49,202); }

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

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

 span { border-color: rgb(130,49,202); }

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