Html Css Color HEX #8337AD Studio

📋 copy color: '#8337AD'

red 131 ◦ green 55 ◦ blue 173

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

Shades of Studio #8337AD

Tints of Studio #8337AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 36.49%
G = 15.32%
B = 48.19%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8337AD (or 0x8337AD) is known color: Studio. HEX triplet: 83, 37 and AD. RGB value is (131,55,173). Sum of RGB (Red+Green+Blue) = 131+55+173=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #8337AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8337AD is #7CC852. Grayscale: #5A5A5A. Windows color (decimal): -8177747 or 11351939. OLE color: 11351939.

HSL color Cylindrical-coordinate representation of color #8337AD: hue angle of 278.64º 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 #8337AD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 55 173 -
CMYK 0.24 0.68 0 0.32
HSL 278.64º 0.52% 0.45% -
HSV(B) 278.64º 0.68% 0.68% -
XYZ 18.27 10.57 40.61 -
YUV 91.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 131 55 173 0.24 0.68 0 0.32 278.64 0.52 0.45
Hex 83 37 AD 18 44 0 20 117 34 2D
Octal 203 67 255 30 104 0 40 427 64 55
Binary 10000011 110111 10101101 11000 1000100 0 100000 100010111 110100 101101

Color Harmonies of #8337AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8337AD

Black with #8337AD

Text Example


Text Example

White with #8337AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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