Html Css Color HEX #853FAC Studio

📋 copy color: '#853FAC'

red 133 ◦ green 63 ◦ blue 172

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

Shades of Studio #853FAC

Tints of Studio #853FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.12%

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

R = 36.14%
G = 17.12%
B = 46.74%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#853FAC (or 0x853FAC) is known color: Studio. HEX triplet: 85, 3F and AC. RGB value is (133,63,172). Sum of RGB (Red+Green+Blue) = 133+63+172=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #853FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853FAC is #7AC053. Grayscale: #5F5F5F. Windows color (decimal): -8044628 or 11288453. OLE color: 11288453.

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

Color convert

RGB 133 63 172 -
CMYK 0.23 0.63 0 0.33
HSL 278.53º 0.46% 0.46% -
HSV(B) 278.53º 0.63% 0.67% -
XYZ 18.9 11.52 40.26 -
YUV 96.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 133 63 172 0.23 0.63 0 0.33 278.53 0.46 0.46
Hex 85 3F AC 17 3F 0 21 117 2E 2E
Octal 205 77 254 27 77 0 41 427 56 56
Binary 10000101 111111 10101100 10111 111111 0 100001 100010111 101110 101110

Color Harmonies of #853FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FAC

Black with #853FAC

Text Example


Text Example

White with #853FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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