Html Css Color HEX #854DAC Studio

📋 copy color: '#854DAC'

red 133 ◦ green 77 ◦ blue 172

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

Shades of Studio #854DAC

Tints of Studio #854DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

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

R = 34.82%
G = 20.16%
B = 45.03%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#854DAC (or 0x854DAC) is known color: Studio. HEX triplet: 85, 4D and AC. RGB value is (133,77,172). Sum of RGB (Red+Green+Blue) = 133+77+172=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #854DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854DAC is #7AB253. Grayscale: #686868. Windows color (decimal): -8041044 or 11292037. OLE color: 11292037.

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

Color convert

RGB 133 77 172 -
CMYK 0.23 0.55 0 0.33
HSL 275.37º 0.38% 0.49% -
HSV(B) 275.37º 0.55% 0.67% -
XYZ 19.77 13.27 40.55 -
YUV 104.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 133 77 172 0.23 0.55 0 0.33 275.37 0.38 0.49
Hex 85 4D AC 17 37 0 21 113 26 31
Octal 205 115 254 27 67 0 41 423 46 61
Binary 10000101 1001101 10101100 10111 110111 0 100001 100010011 100110 110001

Color Harmonies of #854DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DAC

Black with #854DAC

Text Example


Text Example

White with #854DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854DAC; }

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

 H1.HeaderClassName
 {
   color: #854DAC;
 }
 .AnyTagClassName
 {
   color: #854DAC;
 }
</style>

background-color css

<style>
 a { background-color: #854DAC; }

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

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

border-color css

<style>
 span { border-color: #854DAC; }

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

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