#8230B0

Color #8230B0 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #8230B0

Tints of Royal Purple #8230B0

Color information

#8230B0 (or 0x8230B0) is unknown color: approx Royal Purple. HEX triplet: 82, 30 and B0. RGB value is (130,48,176). Sum of RGB (Red+Green+Blue) = 130+48+176=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #8230B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8230B0 is #7DCF4F. Grayscale: #565656. Windows color (decimal): -8245072 or 11546754. OLE color: 11546754.

HSL color Cylindrical-coordinate representation of color #8230B0: hue angle of 278.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8230B0 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13048176-
CMYK0.260.7300.31
HSL278.44º57.14%43.92%-
HSV(B)278.44º72.73%69.02%-
XYZ18.19.9942.05-
YUV87.11178.17158.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 48 (19.14% from 255) = 13.56%
BLUE value IS 176 (69.14% from 255) = 49.72%
R=36.72%
G=13.56%
B=49.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130481760.260.7300.31278.4457.1443.92
Hex8230B01A4901F116392c
Octal20260260321110374267154
Binary1000001011000010110000110101001001011111100010110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8230B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8230B0; }

 p { color: rgb(130,48,176); }

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

<style>
 a { background-color: #8230B0; }

 a { background-color: rgb(130,48,176); }

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

<style>
 span { border-color: #8230B0; }

 span { border-color: rgb(130,48,176); }

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