#8236BE

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

Shades of Dark Orchid #8236BE

Tints of Dark Orchid #8236BE

Color information

#8236BE (or 0x8236BE) is unknown color: approx Dark Orchid. HEX triplet: 82, 36 and BE. RGB value is (130,54,190). Sum of RGB (Red+Green+Blue) = 130+54+190=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #8236BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8236BE is #7DC941. Grayscale: #5B5B5B. Windows color (decimal): -8243522 or 12465794. OLE color: 12465794.

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

Color convert

RGB13054190-
CMYK0.320.7200.25
HSL273.53º55.74%47.84%-
HSV(B)273.53º71.58%74.51%-
XYZ19.8211.149.81-
YUV92.23183.18154.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 54 (21.48% from 255) = 14.44%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=34.76%
G=14.44%
B=50.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130541900.320.7200.25273.5355.7447.84
Hex8236BE20480191123830
Octal20266276401100314227060
Binary10000010110110101111101000001001000011001100010010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8236BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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