Html Css Color HEX #853BAC Studio

📋 copy color: '#853BAC'

red 133 ◦ green 59 ◦ blue 172

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

Shades of Studio #853BAC

Tints of Studio #853BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 36.54%
G = 16.21%
B = 47.25%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#853BAC (or 0x853BAC) is known color: Studio. HEX triplet: 85, 3B and AC. RGB value is (133,59,172). Sum of RGB (Red+Green+Blue) = 133+59+172=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #853BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853BAC is #7AC453. Grayscale: #5D5D5D. Windows color (decimal): -8045652 or 11287429. OLE color: 11287429.

HSL color Cylindrical-coordinate representation of color #853BAC: hue angle of 279.29º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853BAC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 59 172 -
CMYK 0.23 0.66 0 0.33
HSL 279.29º 0.49% 0.45% -
HSV(B) 279.29º 0.66% 0.67% -
XYZ 18.68 11.09 40.19 -
YUV 94.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 133 59 172 0.23 0.66 0 0.33 279.29 0.49 0.45
Hex 85 3B AC 17 42 0 21 117 31 2D
Octal 205 73 254 27 102 0 41 427 61 55
Binary 10000101 111011 10101100 10111 1000010 0 100001 100010111 110001 101101

Color Harmonies of #853BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BAC

Black with #853BAC

Text Example


Text Example

White with #853BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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