Html Css Color HEX #854DAB Studio

📋 copy color: '#854DAB'

red 133 ◦ green 77 ◦ blue 171

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

Shades of Studio #854DAB

Tints of Studio #854DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 34.91%
G = 20.21%
B = 44.88%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#854DAB (or 0x854DAB) is known color: Studio. HEX triplet: 85, 4D and AB. RGB value is (133,77,171). Sum of RGB (Red+Green+Blue) = 133+77+171=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #854DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854DAB is #7AB254. Grayscale: #686868. Windows color (decimal): -8041045 or 11226501. OLE color: 11226501.

HSL color Cylindrical-coordinate representation of color #854DAB: hue angle of 275.74º 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 #854DAB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 77 171 -
CMYK 0.22 0.55 0 0.33
HSL 275.74º 0.38% 0.49% -
HSV(B) 275.74º 0.55% 0.67% -
XYZ 19.68 13.23 40.05 -
YUV 104.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 133 77 171 0.22 0.55 0 0.33 275.74 0.38 0.49
Hex 85 4D AB 16 37 0 21 114 26 31
Octal 205 115 253 26 67 0 41 424 46 61
Binary 10000101 1001101 10101011 10110 110111 0 100001 100010100 100110 110001

Color Harmonies of #854DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854DAB

Black with #854DAB

Text Example


Text Example

White with #854DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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