#8325BF

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

Shades of Dark Orchid #8325BF

Tints of Dark Orchid #8325BF

Color information

#8325BF (or 0x8325BF) is unknown color: approx Dark Orchid. HEX triplet: 83, 25 and BF. RGB value is (131,37,191). Sum of RGB (Red+Green+Blue) = 131+37+191=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #8325BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325BF is #7CDA40. Grayscale: #525252. Windows color (decimal): -8182337 or 12526979. OLE color: 12526979.

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

Color convert

RGB13137191-
CMYK0.310.8100.25
HSL276.62º67.54%44.71%-
HSV(B)276.62º80.63%74.9%-
XYZ19.439.9150.18-
YUV82.66189.14162.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 191 (75% from 255) = 53.20%
R=36.49%
G=10.31%
B=53.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131371910.310.8100.25276.6267.5444.71
Hex8325BF1F51019115442d
Octal203452773712103142510455
Binary10000011100101101111111111110100010110011000101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8325BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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