#8239BC

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

Shades of Dark Orchid #8239BC

Tints of Dark Orchid #8239BC

Color information

#8239BC (or 0x8239BC) is unknown color: approx Dark Orchid. HEX triplet: 82, 39 and BC. RGB value is (130,57,188). Sum of RGB (Red+Green+Blue) = 130+57+188=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #8239BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8239BC is #7DC643. Grayscale: #5D5D5D. Windows color (decimal): -8242756 or 12335490. OLE color: 12335490.

HSL color Cylindrical-coordinate representation of color #8239BC: hue angle of 273.44º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8239BC is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13057188-
CMYK0.310.7000.26
HSL273.44º53.47%48.04%-
HSV(B)273.44º69.68%73.73%-
XYZ19.7511.348.72-
YUV93.76181.18153.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 57 (22.66% from 255) = 15.2%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=34.67%
G=15.2%
B=50.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130571880.310.7000.26273.4453.4748.04
Hex8239BC1F4601A1113530
Octal20271274371060324216560
Binary1000001011100110111100111111000110011010100010001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8239BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8239BC; }

 p { color: rgb(130,57,188); }

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

<style>
 a { background-color: #8239BC; }

 a { background-color: rgb(130,57,188); }

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

<style>
 span { border-color: #8239BC; }

 span { border-color: rgb(130,57,188); }

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