Html Css Color HEX #8337AE Studio

📋 copy color: '#8337AE'

red 131 ◦ green 55 ◦ blue 174

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

Shades of Studio #8337AE

Tints of Studio #8337AE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

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

R = 36.39%
G = 15.28%
B = 48.33%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8337AE (or 0x8337AE) is known color: Studio. HEX triplet: 83, 37 and AE. RGB value is (131,55,174). Sum of RGB (Red+Green+Blue) = 131+55+174=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #8337AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8337AE is #7CC851. Grayscale: #5A5A5A. Windows color (decimal): -8177746 or 11417475. OLE color: 11417475.

HSL color Cylindrical-coordinate representation of color #8337AE: 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.68%. Process color model (Four color, CMYK) of #8337AE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 55 174 -
CMYK 0.25 0.68 0 0.32
HSL 278.32º 0.52% 0.45% -
HSV(B) 278.32º 0.68% 0.68% -
XYZ 18.37 10.61 41.13 -
YUV 91.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 131 55 174 0.25 0.68 0 0.32 278.32 0.52 0.45
Hex 83 37 AE 19 44 0 20 116 34 2D
Octal 203 67 256 31 104 0 40 426 64 55
Binary 10000011 110111 10101110 11001 1000100 0 100000 100010110 110100 101101

Color Harmonies of #8337AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8337AE

Black with #8337AE

Text Example


Text Example

White with #8337AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,55,174); }

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

background-color css

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

 a { background-color: rgb(131,55,174); }

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

border-color css

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

 span { border-color: rgb(131,55,174); }

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