#8317b3

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

Shades of Dark Orchid #8317B3

Tints of Dark Orchid #8317B3

Color information

#8317B3 (or 0x8317B3) is unknown color: approx Dark Orchid. HEX triplet: 83, 17 and B3. RGB value is (131,23,179). Sum of RGB (Red+Green+Blue) = 131+23+179=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #8317B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8317B3 is #7CE84C. Grayscale: #484848. Windows color (decimal): -8185933 or 11736963. OLE color: 11736963.

HSL color Cylindrical-coordinate representation of color #8317B3: hue angle of 281.54º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8317B3 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13123179-
CMYK0.270.8700.30
HSL281.54º77.23%39.61%-
HSV(B)281.54º87.15%70.2%-
XYZ17.88.6943.39-
YUV73.08187.78169.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 23 (9.38% from 255) = 6.91%
BLUE value IS 179 (70.31% from 255) = 53.75%
R=39.34%
G=6.91%
B=53.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131231790.270.8700.30281.5477.2339.61
Hex8317B31B5701E11a4d28
Octal203272633312703643211550
Binary1000001110111101100111101110101110111101000110101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8317b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8317b3; }

 p { color: rgb(131,23,179); }

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

<style>
 a { background-color: #8317b3; }

 a { background-color: rgb(131,23,179); }

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

<style>
 span { border-color: #8317b3; }

 span { border-color: rgb(131,23,179); }

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