#8347CD

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

Shades of Dark Orchid #8347CD

Tints of Dark Orchid #8347CD

Color information

#8347CD (or 0x8347CD) is unknown color: approx Dark Orchid. HEX triplet: 83, 47 and CD. RGB value is (131,71,205). Sum of RGB (Red+Green+Blue) = 131+71+205=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #8347CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8347CD is #7CB832. Grayscale: #676767. Windows color (decimal): -8173619 or 13453187. OLE color: 13453187.

HSL color Cylindrical-coordinate representation of color #8347CD: hue angle of 266.87º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8347CD is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13171205-
CMYK0.360.6500.20
HSL266.87º57.26%54.12%-
HSV(B)266.87º65.37%80.39%-
XYZ22.6313.7459.22-
YUV104.22184.88147.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 71 (28.12% from 255) = 17.44%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=32.19%
G=17.44%
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.20
SystemRedGreenBlueCMYKHSL
Decimal131712050.360.6500.20266.8757.2654.12
Hex8347CD244101410b3936
Octal203107315441010244137166
Binary100000111000111110011011001001000001010100100001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8347CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8347CD; }

 p { color: rgb(131,71,205); }

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

<style>
 a { background-color: #8347CD; }

 a { background-color: rgb(131,71,205); }

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

<style>
 span { border-color: #8347CD; }

 span { border-color: rgb(131,71,205); }

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