Html Css Color HEX #8233AF Royal Purple

📋 copy color: '#8233AF'

red 130 ◦ green 51 ◦ blue 175

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

Shades of Royal Purple #8233AF

Tints of Royal Purple #8233AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 36.52%
G = 14.33%
B = 49.16%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8233AF (or 0x8233AF) is known color: Royal Purple. HEX triplet: 82, 33 and AF. RGB value is (130,51,175). Sum of RGB (Red+Green+Blue) = 130+51+175=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #8233AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8233AF is #7DCC50. Grayscale: #585858. Windows color (decimal): -8244305 or 11481986. OLE color: 11481986.

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

Color convert

RGB 130 51 175 -
CMYK 0.26 0.71 0 0.31
HSL 278.23º 0.55% 0.44% -
HSV(B) 278.23º 0.71% 0.69% -
XYZ 18.13 10.21 41.57 -
YUV 88.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 130 51 175 0.26 0.71 0 0.31 278.23 0.55 0.44
Hex 82 33 AF 1A 47 0 1F 116 37 2C
Octal 202 63 257 32 107 0 37 426 67 54
Binary 10000010 110011 10101111 11010 1000111 0 11111 100010110 110111 101100

Color Harmonies of #8233AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8233AF

Black with #8233AF

Text Example


Text Example

White with #8233AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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