Html Css Color HEX #8359AF Studio

📋 copy color: '#8359AF'

red 131 ◦ green 89 ◦ blue 175

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

Shades of Studio #8359AF

Tints of Studio #8359AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.53%

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

R = 33.16%
G = 22.53%
B = 44.3%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8359AF (or 0x8359AF) is known color: Studio. HEX triplet: 83, 59 and AF. RGB value is (131,89,175). Sum of RGB (Red+Green+Blue) = 131+89+175=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #8359AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8359AF is #7CA650. Grayscale: #6F6F6F. Windows color (decimal): -8169041 or 11491715. OLE color: 11491715.

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

Color convert

RGB 131 89 175 -
CMYK 0.25 0.49 0 0.31
HSL 269.3º 0.35% 0.52% -
HSV(B) 269.3º 0.49% 0.69% -
XYZ 20.67 15.07 42.38 -
YUV 111.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 131 89 175 0.25 0.49 0 0.31 269.3 0.35 0.52
Hex 83 59 AF 19 31 0 1F 10D 23 34
Octal 203 131 257 31 61 0 37 415 43 64
Binary 10000011 1011001 10101111 11001 110001 0 11111 100001101 100011 110100

Color Harmonies of #8359AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8359AF

Black with #8359AF

Text Example


Text Example

White with #8359AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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