Html Css Color HEX #8353B1 Studio

📋 copy color: '#8353B1'

red 131 ◦ green 83 ◦ blue 177

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

Shades of Studio #8353B1

Tints of Studio #8353B1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 33.5%
G = 21.23%
B = 45.27%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8353B1 (or 0x8353B1) is known color: Studio. HEX triplet: 83, 53 and B1. RGB value is (131,83,177). Sum of RGB (Red+Green+Blue) = 131+83+177=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #8353B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8353B1 is #7CAC4E. Grayscale: #6B6B6B. Windows color (decimal): -8170575 or 11621251. OLE color: 11621251.

HSL color Cylindrical-coordinate representation of color #8353B1: hue angle of 270.64º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8353B1 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 83 177 -
CMYK 0.26 0.53 0 0.31
HSL 270.64º 0.38% 0.51% -
HSV(B) 270.64º 0.53% 0.69% -
XYZ 20.39 14.19 43.26 -
YUV 108.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 131 83 177 0.26 0.53 0 0.31 270.64 0.38 0.51
Hex 83 53 B1 1A 35 0 1F 10F 26 33
Octal 203 123 261 32 65 0 37 417 46 63
Binary 10000011 1010011 10110001 11010 110101 0 11111 100001111 100110 110011

Color Harmonies of #8353B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353B1

Black with #8353B1

Text Example


Text Example

White with #8353B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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