#8330BA

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

Shades of Dark Orchid #8330BA

Tints of Dark Orchid #8330BA

Color information

#8330BA (or 0x8330BA) is unknown color: approx Dark Orchid. HEX triplet: 83, 30 and BA. RGB value is (131,48,186). Sum of RGB (Red+Green+Blue) = 131+48+186=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #8330BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8330BA is #7CCF45. Grayscale: #585858. Windows color (decimal): -8179526 or 12202115. OLE color: 12202115.

HSL color Cylindrical-coordinate representation of color #8330BA: hue angle of 276.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8330BA is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13148186-
CMYK0.300.7400.27
HSL276.09º58.97%45.88%-
HSV(B)276.09º74.19%72.94%-
XYZ19.2810.4847.46-
YUV88.55183158.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 48 (19.14% from 255) = 13.15%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=35.89%
G=13.15%
B=50.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131481860.300.7400.27276.0958.9745.88
Hex8330BA1E4A01B1143b2e
Octal20360272361120334247356
Binary1000001111000010111010111101001010011011100010100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8330BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8330BA; }

 p { color: rgb(131,48,186); }

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

<style>
 a { background-color: #8330BA; }

 a { background-color: rgb(131,48,186); }

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

<style>
 span { border-color: #8330BA; }

 span { border-color: rgb(131,48,186); }

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