#8234BE

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

Shades of Dark Orchid #8234BE

Tints of Dark Orchid #8234BE

Color information

#8234BE (or 0x8234BE) is unknown color: approx Dark Orchid. HEX triplet: 82, 34 and BE. RGB value is (130,52,190). Sum of RGB (Red+Green+Blue) = 130+52+190=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #8234BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8234BE is #7DCB41. Grayscale: #5A5A5A. Windows color (decimal): -8244034 or 12465282. OLE color: 12465282.

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

Color convert

RGB13052190-
CMYK0.320.7300.25
HSL273.91º57.02%47.45%-
HSV(B)273.91º72.63%74.51%-
XYZ19.7310.9249.78-
YUV91.05183.84155.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 52 (20.70% from 255) = 13.98%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=34.95%
G=13.98%
B=51.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130521900.320.7300.25273.9157.0247.45
Hex8234BE2049019112392f
Octal20264276401110314227157
Binary10000010110100101111101000001001001011001100010010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8234BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8234BE; }

 p { color: rgb(130,52,190); }

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

<style>
 a { background-color: #8234BE; }

 a { background-color: rgb(130,52,190); }

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

<style>
 span { border-color: #8234BE; }

 span { border-color: rgb(130,52,190); }

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