Html Css Color HEX #853BAE Studio

📋 copy color: '#853BAE'

red 133 ◦ green 59 ◦ blue 174

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

Shades of Studio #853BAE

Tints of Studio #853BAE

RGB

 RED value IS 133 (52.34% from 255) = 36.34%

 GREEN value IS 59 (23.44% from 255) = 16.12%

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

R = 36.34%
G = 16.12%
B = 47.54%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#853BAE (or 0x853BAE) is known color: Studio. HEX triplet: 85, 3B and AE. RGB value is (133,59,174). Sum of RGB (Red+Green+Blue) = 133+59+174=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #853BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853BAE is #7AC451. Grayscale: #5D5D5D. Windows color (decimal): -8045650 or 11418501. OLE color: 11418501.

HSL color Cylindrical-coordinate representation of color #853BAE: hue angle of 278.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853BAE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 59 174 -
CMYK 0.24 0.66 0 0.32
HSL 278.61º 0.49% 0.46% -
HSV(B) 278.61º 0.66% 0.68% -
XYZ 18.88 11.17 41.21 -
YUV 94.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 133 59 174 0.24 0.66 0 0.32 278.61 0.49 0.46
Hex 85 3B AE 18 42 0 20 117 31 2E
Octal 205 73 256 30 102 0 40 427 61 56
Binary 10000101 111011 10101110 11000 1000010 0 100000 100010111 110001 101110

Color Harmonies of #853BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BAE

Black with #853BAE

Text Example


Text Example

White with #853BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853BAE; }

 p { color: rgb(133,59,174); }

 H1.HeaderClassName
 {
   color: #853BAE;
 }
 .AnyTagClassName
 {
   color: #853BAE;
 }
</style>

background-color css

<style>
 a { background-color: #853BAE; }

 a { background-color: rgb(133,59,174); }

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

border-color css

<style>
 span { border-color: #853BAE; }

 span { border-color: rgb(133,59,174); }

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