Html Css Color HEX #8335B1 Royal Purple

📋 copy color: '#8335B1'

red 131 ◦ green 53 ◦ blue 177

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

Shades of Royal Purple #8335B1

Tints of Royal Purple #8335B1

RGB

 RED value IS 131 (51.56% from 255) = 36.29%

 GREEN value IS 53 (21.09% from 255) = 14.68%

 BLUE value IS 177 (69.53% from 255) = 49.03%

R = 36.29%
G = 14.68%
B = 49.03%

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

#8335B1 (or 0x8335B1) is known color: Royal Purple. HEX triplet: 83, 35 and B1. RGB value is (131,53,177). Sum of RGB (Red+Green+Blue) = 131+53+177=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #8335B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8335B1 is #7CCA4E. Grayscale: #5A5A5A. Windows color (decimal): -8178255 or 11613571. OLE color: 11613571.

HSL color Cylindrical-coordinate representation of color #8335B1: hue angle of 277.74º 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 #8335B1 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 53 177 -
CMYK 0.26 0.70 0 0.31
HSL 277.74º 0.54% 0.45% -
HSV(B) 277.74º 0.7% 0.69% -
XYZ 18.57 10.55 42.65 -
YUV 90.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 131 53 177 0.26 0.70 0 0.31 277.74 0.54 0.45
Hex 83 35 B1 1A 46 0 1F 116 36 2D
Octal 203 65 261 32 106 0 37 426 66 55
Binary 10000011 110101 10110001 11010 1000110 0 11111 100010110 110110 101101

Color Harmonies of #8335B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8335B1

Black with #8335B1

Text Example


Text Example

White with #8335B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8335B1; }

 p { color: rgb(131,53,177); }

 H1.HeaderClassName
 {
   color: #8335B1;
 }
 .AnyTagClassName
 {
   color: #8335B1;
 }
</style>

background-color css

<style>
 a { background-color: #8335B1; }

 a { background-color: rgb(131,53,177); }

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

border-color css

<style>
 span { border-color: #8335B1; }

 span { border-color: rgb(131,53,177); }

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