Html Css Color HEX #8233AE Royal Purple

📋 copy color: '#8233AE'

red 130 ◦ green 51 ◦ blue 174

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

Shades of Royal Purple #8233AE

Tints of Royal Purple #8233AE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

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

R = 36.62%
G = 14.37%
B = 49.01%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8233AE (or 0x8233AE) is known color: Royal Purple. HEX triplet: 82, 33 and AE. RGB value is (130,51,174). Sum of RGB (Red+Green+Blue) = 130+51+174=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #8233AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8233AE is #7DCC51. Grayscale: #585858. Windows color (decimal): -8244306 or 11416450. OLE color: 11416450.

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

Color convert

RGB 130 51 174 -
CMYK 0.25 0.71 0 0.32
HSL 278.54º 0.55% 0.44% -
HSV(B) 278.54º 0.71% 0.68% -
XYZ 18.03 10.17 41.06 -
YUV 88.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 130 51 174 0.25 0.71 0 0.32 278.54 0.55 0.44
Hex 82 33 AE 19 47 0 20 117 37 2C
Octal 202 63 256 31 107 0 40 427 67 54
Binary 10000010 110011 10101110 11001 1000111 0 100000 100010111 110111 101100

Color Harmonies of #8233AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8233AE

Black with #8233AE

Text Example


Text Example

White with #8233AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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