Html Css Color HEX #8357AF Studio

📋 copy color: '#8357AF'

red 131 ◦ green 87 ◦ blue 175

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

Shades of Studio #8357AF

Tints of Studio #8357AF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.14%

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

R = 33.33%
G = 22.14%
B = 44.53%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8357AF (or 0x8357AF) is known color: Studio. HEX triplet: 83, 57 and AF. RGB value is (131,87,175). Sum of RGB (Red+Green+Blue) = 131+87+175=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8357AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8357AF is #7CA850. Grayscale: #6D6D6D. Windows color (decimal): -8169553 or 11491203. OLE color: 11491203.

HSL color Cylindrical-coordinate representation of color #8357AF: hue angle of 270º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8357AF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 87 175 -
CMYK 0.25 0.50 0 0.31
HSL 270º 0.35% 0.51% -
HSV(B) 270º 0.5% 0.69% -
XYZ 20.51 14.74 42.32 -
YUV 110.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 131 87 175 0.25 0.50 0 0.31 270 0.35 0.51
Hex 83 57 AF 19 32 0 1F 10E 23 33
Octal 203 127 257 31 62 0 37 416 43 63
Binary 10000011 1010111 10101111 11001 110010 0 11111 100001110 100011 110011

Color Harmonies of #8357AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8357AF

Black with #8357AF

Text Example


Text Example

White with #8357AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,87,175); }

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

background-color css

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

 a { background-color: rgb(131,87,175); }

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

border-color css

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

 span { border-color: rgb(131,87,175); }

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