#8530BF

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

Shades of Dark Orchid #8530BF

Tints of Dark Orchid #8530BF

Color information

#8530BF (or 0x8530BF) is unknown color: approx Dark Orchid. HEX triplet: 85, 30 and BF. RGB value is (133,48,191). Sum of RGB (Red+Green+Blue) = 133+48+191=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #8530BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530BF is #7ACF40. Grayscale: #595959. Windows color (decimal): -8048449 or 12529797. OLE color: 12529797.

HSL color Cylindrical-coordinate representation of color #8530BF: hue angle of 275.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8530BF is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13348191-
CMYK0.300.7500.25
HSL275.66º59.83%46.86%-
HSV(B)275.66º74.87%74.9%-
XYZ20.1310.8650.33-
YUV89.72185.16158.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 48 (19.14% from 255) = 12.90%
BLUE value IS 191 (75% from 255) = 51.34%
R=35.75%
G=12.90%
B=51.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133481910.300.7500.25275.6659.8346.86
Hex8530BF1E4B0191143c2f
Octal20560277361130314247457
Binary1000010111000010111111111101001011011001100010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8530BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8530BF; }

 p { color: rgb(133,48,191); }

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

<style>
 a { background-color: #8530BF; }

 a { background-color: rgb(133,48,191); }

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

<style>
 span { border-color: #8530BF; }

 span { border-color: rgb(133,48,191); }

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