Html Css Color HEX #8234AF Royal Purple

📋 copy color: '#8234AF'

red 130 ◦ green 52 ◦ blue 175

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

Shades of Royal Purple #8234AF

Tints of Royal Purple #8234AF

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8234AF (or 0x8234AF) is known color: 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

RGB 130 52 175 -
CMYK 0.26 0.70 0 0.31
HSL 278.05º 0.54% 0.45% -
HSV(B) 278.05º 0.7% 0.69% -
XYZ 18.17 10.3 41.59 -
YUV 89.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 130 52 175 0.26 0.70 0 0.31 278.05 0.54 0.45
Hex 82 34 AF 1A 46 0 1F 116 36 2D
Octal 202 64 257 32 106 0 37 426 66 55
Binary 10000010 110100 10101111 11010 1000110 0 11111 100010110 110110 101101

Color Harmonies of #8234AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8234AF

Black with #8234AF

Text Example


Text Example

White with #8234AF

Text Example


Text Example

HTML Codes & Css Web 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>