Html Css Color HEX #8236AD Royal Purple

📋 copy color: '#8236AD'

red 130 ◦ green 54 ◦ blue 173

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

Shades of Royal Purple #8236AD

Tints of Royal Purple #8236AD

RGB

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

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

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

R = 36.41%
G = 15.13%
B = 48.46%

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

#8236AD (or 0x8236AD) is known color: Royal Purple. HEX triplet: 82, 36 and AD. RGB value is (130,54,173). Sum of RGB (Red+Green+Blue) = 130+54+173=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #8236AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8236AD is #7DC952. Grayscale: #595959. Windows color (decimal): -8243539 or 11351682. OLE color: 11351682.

HSL color Cylindrical-coordinate representation of color #8236AD: hue angle of 278.32º degrees, saturation: 0.52, 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 #8236AD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 54 173 -
CMYK 0.25 0.69 0 0.32
HSL 278.32º 0.52% 0.45% -
HSV(B) 278.32º 0.69% 0.68% -
XYZ 18.07 10.4 40.59 -
YUV 90.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 130 54 173 0.25 0.69 0 0.32 278.32 0.52 0.45
Hex 82 36 AD 19 45 0 20 116 34 2D
Octal 202 66 255 31 105 0 40 426 64 55
Binary 10000010 110110 10101101 11001 1000101 0 100000 100010110 110100 101101

Color Harmonies of #8236AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8236AD

Black with #8236AD

Text Example


Text Example

White with #8236AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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