#8231BF

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

Shades of Dark Orchid #8231BF

Tints of Dark Orchid #8231BF

Color information

#8231BF (or 0x8231BF) is unknown color: approx Dark Orchid. HEX triplet: 82, 31 and BF. RGB value is (130,49,191). Sum of RGB (Red+Green+Blue) = 130+49+191=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #8231BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8231BF is #7DCE40. Grayscale: #585858. Windows color (decimal): -8244801 or 12530050. OLE color: 12530050.

HSL color Cylindrical-coordinate representation of color #8231BF: hue angle of 274.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8231BF is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13049191-
CMYK0.320.7400.25
HSL274.23º59.17%47.06%-
HSV(B)274.23º74.35%74.9%-
XYZ19.7110.750.32-
YUV89.41185.34156.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 49 (19.53% from 255) = 13.24%
BLUE value IS 191 (75% from 255) = 51.62%
R=35.14%
G=13.24%
B=51.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130491910.320.7400.25274.2359.1747.06
Hex8231BF204A0191123b2f
Octal20261277401120314227357
Binary10000010110001101111111000001001010011001100010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8231BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,49,191); }

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

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

 a { background-color: rgb(130,49,191); }

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

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

 span { border-color: rgb(130,49,191); }

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