#8318B9

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

Shades of Dark Orchid #8318B9

Tints of Dark Orchid #8318B9

Color information

#8318B9 (or 0x8318B9) is unknown color: approx Dark Orchid. HEX triplet: 83, 18 and B9. RGB value is (131,24,185). Sum of RGB (Red+Green+Blue) = 131+24+185=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #8318B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8318B9 is #7CE746. Grayscale: #494949. Windows color (decimal): -8185671 or 12130435. OLE color: 12130435.

HSL color Cylindrical-coordinate representation of color #8318B9: hue angle of 279.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8318B9 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13124185-
CMYK0.290.8700.27
HSL279.88º77.03%40.98%-
HSV(B)279.88º87.03%72.55%-
XYZ18.448.9846.66-
YUV74.35190.45168.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 24 (9.77% from 255) = 7.06%
BLUE value IS 185 (72.66% from 255) = 54.41%
R=38.53%
G=7.06%
B=54.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131241850.290.8700.27279.8877.0340.98
Hex8318B91D5701B1184d29
Octal203302713512703343011551
Binary1000001111000101110011110110101110110111000110001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8318B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8318B9; }

 p { color: rgb(131,24,185); }

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

<style>
 a { background-color: #8318B9; }

 a { background-color: rgb(131,24,185); }

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

<style>
 span { border-color: #8318B9; }

 span { border-color: rgb(131,24,185); }

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