#8234af

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

Shades of Royal Purple #8234AF

Tints of Royal Purple #8234AF

Color information

#8234AF (or 0x8234AF) is unknown color: approx Royal Purple. HEX triplet: 82, 34 and AF. RGB value is (130,52,175). Sum of RGB (Red+Green+Blue) = 130+52+175=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #8234AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8234AF is #7DCB50. Grayscale: #585858. Windows color (decimal): -8244049 or 11482242. OLE color: 11482242.

HSL color Cylindrical-coordinate representation of color #8234AF: hue angle of 278.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8234AF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13052175-
CMYK0.260.7000.31
HSL278.05º54.19%44.51%-
HSV(B)278.05º70.29%68.63%-
XYZ18.1710.341.59-
YUV89.34176.34157-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=36.41%
G=14.57%
B=49.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130521750.260.7000.31278.0554.1944.51
Hex8234AF1A4601F116362d
Octal20264257321060374266655
Binary1000001011010010101111110101000110011111100010110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8234af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8234af; }

 p { color: rgb(130,52,175); }

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

<style>
 a { background-color: #8234af; }

 a { background-color: rgb(130,52,175); }

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

<style>
 span { border-color: #8234af; }

 span { border-color: rgb(130,52,175); }

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