Html Css Color HEX #853CAC Studio

📋 copy color: '#853CAC'

red 133 ◦ green 60 ◦ blue 172

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

Shades of Studio #853CAC

Tints of Studio #853CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

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

R = 36.44%
G = 16.44%
B = 47.12%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#853CAC (or 0x853CAC) is known color: Studio. HEX triplet: 85, 3C and AC. RGB value is (133,60,172). Sum of RGB (Red+Green+Blue) = 133+60+172=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #853CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853CAC is #7AC353. Grayscale: #5E5E5E. Windows color (decimal): -8045396 or 11287685. OLE color: 11287685.

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

Color convert

RGB 133 60 172 -
CMYK 0.23 0.65 0 0.33
HSL 279.11º 0.48% 0.45% -
HSV(B) 279.11º 0.65% 0.67% -
XYZ 18.74 11.2 40.2 -
YUV 94.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 133 60 172 0.23 0.65 0 0.33 279.11 0.48 0.45
Hex 85 3C AC 17 41 0 21 117 30 2D
Octal 205 74 254 27 101 0 41 427 60 55
Binary 10000101 111100 10101100 10111 1000001 0 100001 100010111 110000 101101

Color Harmonies of #853CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CAC

Black with #853CAC

Text Example


Text Example

White with #853CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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