#8146CA

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

Shades of Dark Orchid #8146CA

Tints of Dark Orchid #8146CA

Color information

#8146CA (or 0x8146CA) is unknown color: approx Dark Orchid. HEX triplet: 81, 46 and CA. RGB value is (129,70,202). Sum of RGB (Red+Green+Blue) = 129+70+202=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #8146CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8146CA is #7EB935. Grayscale: #666666. Windows color (decimal): -8304950 or 13256321. OLE color: 13256321.

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

Color convert

RGB12970202-
CMYK0.360.6500.21
HSL266.82º55.46%53.33%-
HSV(B)266.82º65.35%79.22%-
XYZ21.913.3157.29-
YUV102.69184.05146.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 70 (27.73% from 255) = 17.46%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=32.17%
G=17.46%
B=50.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129702020.360.6500.21266.8255.4653.33
Hex8146CA244101510b3735
Octal201106312441010254136765
Binary100000011000110110010101001001000001010101100001011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8146CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,70,202); }

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

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

 a { background-color: rgb(129,70,202); }

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

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

 span { border-color: rgb(129,70,202); }

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