#8235B3

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

Shades of Royal Purple #8235B3

Tints of Royal Purple #8235B3

Color information

#8235B3 (or 0x8235B3) is unknown color: approx Royal Purple. HEX triplet: 82, 35 and B3. RGB value is (130,53,179). Sum of RGB (Red+Green+Blue) = 130+53+179=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #8235B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8235B3 is #7DCA4C. Grayscale: #595959. Windows color (decimal): -8243789 or 11744642. OLE color: 11744642.

HSL color Cylindrical-coordinate representation of color #8235B3: hue angle of 276.67º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8235B3 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13053179-
CMYK0.270.7000.30
HSL276.67º54.31%45.49%-
HSV(B)276.67º70.39%70.2%-
XYZ18.6210.5543.7-
YUV90.39178.01156.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 179 (70.31% from 255) = 49.45%
R=35.91%
G=14.64%
B=49.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130531790.270.7000.30276.6754.3145.49
Hex8235B31B4601E115362d
Octal20265263331060364256655
Binary1000001011010110110011110111000110011110100010101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8235B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8235B3; }

 p { color: rgb(130,53,179); }

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

<style>
 a { background-color: #8235B3; }

 a { background-color: rgb(130,53,179); }

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

<style>
 span { border-color: #8235B3; }

 span { border-color: rgb(130,53,179); }

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