Html Css Color HEX #8236AE Royal Purple

📋 copy color: '#8236AE'

red 130 ◦ green 54 ◦ blue 174

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

Shades of Royal Purple #8236AE

Tints of Royal Purple #8236AE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.08%

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 36.31%
G = 15.08%
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

#8236AE (or 0x8236AE) is known color: Royal Purple. HEX triplet: 82, 36 and AE. RGB value is (130,54,174). Sum of RGB (Red+Green+Blue) = 130+54+174=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #8236AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8236AE is #7DC951. Grayscale: #5A5A5A. Windows color (decimal): -8243538 or 11417218. OLE color: 11417218.

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

Color convert

RGB 130 54 174 -
CMYK 0.25 0.69 0 0.32
HSL 278º 0.53% 0.45% -
HSV(B) 278º 0.69% 0.68% -
XYZ 18.17 10.44 41.1 -
YUV 90.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 130 54 174 0.25 0.69 0 0.32 278 0.53 0.45
Hex 82 36 AE 19 45 0 20 116 35 2D
Octal 202 66 256 31 105 0 40 426 65 55
Binary 10000010 110110 10101110 11001 1000101 0 100000 100010110 110101 101101

Color Harmonies of #8236AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8236AE

Black with #8236AE

Text Example


Text Example

White with #8236AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8236AE; }

 p { color: rgb(130,54,174); }

 H1.HeaderClassName
 {
   color: #8236AE;
 }
 .AnyTagClassName
 {
   color: #8236AE;
 }
</style>

background-color css

<style>
 a { background-color: #8236AE; }

 a { background-color: rgb(130,54,174); }

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

border-color css

<style>
 span { border-color: #8236AE; }

 span { border-color: rgb(130,54,174); }

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