Html Css Color HEX #8235AD Royal Purple

📋 copy color: '#8235AD'

red 130 ◦ green 53 ◦ blue 173

#8235AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #8235AD

Tints of Royal Purple #8235AD

RGB

 RED value IS 130 (51.17% from 255) = 36.52%

 GREEN value IS 53 (21.09% from 255) = 14.89%

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 36.52%
G = 14.89%
B = 48.6%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8235AD (or 0x8235AD) is known color: Royal Purple. HEX triplet: 82, 35 and AD. RGB value is (130,53,173). Sum of RGB (Red+Green+Blue) = 130+53+173=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #8235AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8235AD is #7DCA52. Grayscale: #595959. Windows color (decimal): -8243795 or 11351426. OLE color: 11351426.

HSL color Cylindrical-coordinate representation of color #8235AD: hue angle of 278.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8235AD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 53 173 -
CMYK 0.25 0.69 0 0.32
HSL 278.5º 0.53% 0.44% -
HSV(B) 278.5º 0.69% 0.68% -
XYZ 18.02 10.31 40.58 -
YUV 89.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 130 53 173 0.25 0.69 0 0.32 278.5 0.53 0.44
Hex 82 35 AD 19 45 0 20 116 35 2C
Octal 202 65 255 31 105 0 40 426 65 54
Binary 10000010 110101 10101101 11001 1000101 0 100000 100010110 110101 101100

Color Harmonies of #8235AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8235AD

Black with #8235AD

Text Example


Text Example

White with #8235AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8235AD;
 }
 .AnyTagClassName
 {
   color: #8235AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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