Html Css Color HEX #8359B1 Studio

📋 copy color: '#8359B1'

red 131 ◦ green 89 ◦ blue 177

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

Shades of Studio #8359B1

Tints of Studio #8359B1

RGB

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

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

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

R = 33%
G = 22.42%
B = 44.58%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8359B1 (or 0x8359B1) is known color: Studio. HEX triplet: 83, 59 and B1. RGB value is (131,89,177). Sum of RGB (Red+Green+Blue) = 131+89+177=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #8359B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8359B1 is #7CA64E. Grayscale: #6F6F6F. Windows color (decimal): -8169039 or 11622787. OLE color: 11622787.

HSL color Cylindrical-coordinate representation of color #8359B1: hue angle of 268.64º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8359B1 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 89 177 -
CMYK 0.26 0.50 0 0.31
HSL 268.64º 0.36% 0.52% -
HSV(B) 268.64º 0.5% 0.69% -
XYZ 20.87 15.14 43.42 -
YUV 111.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 131 89 177 0.26 0.50 0 0.31 268.64 0.36 0.52
Hex 83 59 B1 1A 32 0 1F 10D 24 34
Octal 203 131 261 32 62 0 37 415 44 64
Binary 10000011 1011001 10110001 11010 110010 0 11111 100001101 100100 110100

Color Harmonies of #8359B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8359B1

Black with #8359B1

Text Example


Text Example

White with #8359B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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