Html Css Color HEX #8355AE Studio

📋 copy color: '#8355AE'

red 131 ◦ green 85 ◦ blue 174

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

Shades of Studio #8355AE

Tints of Studio #8355AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 33.59%
G = 21.79%
B = 44.62%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8355AE (or 0x8355AE) is known color: Studio. HEX triplet: 83, 55 and AE. RGB value is (131,85,174). Sum of RGB (Red+Green+Blue) = 131+85+174=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #8355AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8355AE is #7CAA51. Grayscale: #6C6C6C. Windows color (decimal): -8170066 or 11425155. OLE color: 11425155.

HSL color Cylindrical-coordinate representation of color #8355AE: hue angle of 271.01º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8355AE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 85 174 -
CMYK 0.25 0.51 0 0.32
HSL 271.01º 0.35% 0.51% -
HSV(B) 271.01º 0.51% 0.68% -
XYZ 20.25 14.38 41.75 -
YUV 108.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 131 85 174 0.25 0.51 0 0.32 271.01 0.35 0.51
Hex 83 55 AE 19 33 0 20 10F 23 33
Octal 203 125 256 31 63 0 40 417 43 63
Binary 10000011 1010101 10101110 11001 110011 0 100000 100001111 100011 110011

Color Harmonies of #8355AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355AE

Black with #8355AE

Text Example


Text Example

White with #8355AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8355AE; }

 p { color: rgb(131,85,174); }

 H1.HeaderClassName
 {
   color: #8355AE;
 }
 .AnyTagClassName
 {
   color: #8355AE;
 }
</style>

background-color css

<style>
 a { background-color: #8355AE; }

 a { background-color: rgb(131,85,174); }

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

border-color css

<style>
 span { border-color: #8355AE; }

 span { border-color: rgb(131,85,174); }

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