#8143C7

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

Shades of Dark Orchid #8143C7

Tints of Dark Orchid #8143C7

Color information

#8143C7 (or 0x8143C7) is unknown color: approx Dark Orchid. HEX triplet: 81, 43 and C7. RGB value is (129,67,199). Sum of RGB (Red+Green+Blue) = 129+67+199=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #8143C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8143C7 is #7EBC38. Grayscale: #646464. Windows color (decimal): -8305721 or 13058945. OLE color: 13058945.

HSL color Cylindrical-coordinate representation of color #8143C7: hue angle of 268.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8143C7 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12967199-
CMYK0.350.6600.22
HSL268.18º54.1%52.16%-
HSV(B)268.18º66.33%78.04%-
XYZ21.3712.855.38-
YUV100.59183.54148.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 199 (78.12% from 255) = 50.38%
R=32.66%
G=16.96%
B=50.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129671990.350.6600.22268.1854.152.16
Hex8143C7234201610c3634
Octal201103307431020264146664
Binary100000011000011110001111000111000010010110100001100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8143C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8143C7; }

 p { color: rgb(129,67,199); }

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

<style>
 a { background-color: #8143C7; }

 a { background-color: rgb(129,67,199); }

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

<style>
 span { border-color: #8143C7; }

 span { border-color: rgb(129,67,199); }

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