#8229BE

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

Shades of Dark Orchid #8229BE

Tints of Dark Orchid #8229BE

Color information

#8229BE (or 0x8229BE) is unknown color: approx Dark Orchid. HEX triplet: 82, 29 and BE. RGB value is (130,41,190). Sum of RGB (Red+Green+Blue) = 130+41+190=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #8229BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229BE is #7DD641. Grayscale: #545454. Windows color (decimal): -8246850 or 12462466. OLE color: 12462466.

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

Color convert

RGB13041190-
CMYK0.320.7800.25
HSL275.84º64.5%45.29%-
HSV(B)275.84º78.42%74.51%-
XYZ19.2910.0549.64-
YUV84.6187.49160.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 41 (16.41% from 255) = 11.36%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=36.01%
G=11.36%
B=52.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130411900.320.7800.25275.8464.545.29
Hex8229BE204E019114412d
Octal202512764011603142410155
Binary100000101010011011111010000010011100110011000101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8229BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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