#8326BF

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

Shades of Dark Orchid #8326BF

Tints of Dark Orchid #8326BF

Color information

#8326BF (or 0x8326BF) is unknown color: approx Dark Orchid. HEX triplet: 83, 26 and BF. RGB value is (131,38,191). Sum of RGB (Red+Green+Blue) = 131+38+191=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #8326BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8326BF is #7CD940. Grayscale: #525252. Windows color (decimal): -8182081 or 12527235. OLE color: 12527235.

HSL color Cylindrical-coordinate representation of color #8326BF: hue angle of 276.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8326BF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13138191-
CMYK0.310.8000.25
HSL276.47º66.81%44.9%-
HSV(B)276.47º80.1%74.9%-
XYZ19.469.9750.19-
YUV83.25188.81162.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 38 (15.23% from 255) = 10.56%
BLUE value IS 191 (75% from 255) = 53.06%
R=36.39%
G=10.56%
B=53.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131381910.310.8000.25276.4766.8144.9
Hex8326BF1F50019114432d
Octal203462773712003142410355
Binary10000011100110101111111111110100000110011000101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8326BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8326BF; }

 p { color: rgb(131,38,191); }

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

<style>
 a { background-color: #8326BF; }

 a { background-color: rgb(131,38,191); }

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

<style>
 span { border-color: #8326BF; }

 span { border-color: rgb(131,38,191); }

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