Html Css Color HEX #854BAB Studio

📋 copy color: '#854BAB'

red 133 ◦ green 75 ◦ blue 171

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

Shades of Studio #854BAB

Tints of Studio #854BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

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

R = 35.09%
G = 19.79%
B = 45.12%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#854BAB (or 0x854BAB) is known color: Studio. HEX triplet: 85, 4B and AB. RGB value is (133,75,171). Sum of RGB (Red+Green+Blue) = 133+75+171=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #854BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854BAB is #7AB454. Grayscale: #666666. Windows color (decimal): -8041557 or 11225989. OLE color: 11225989.

HSL color Cylindrical-coordinate representation of color #854BAB: hue angle of 276.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #854BAB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 75 171 -
CMYK 0.22 0.56 0 0.33
HSL 276.25º 0.39% 0.48% -
HSV(B) 276.25º 0.56% 0.67% -
XYZ 19.54 12.96 40 -
YUV 103.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 133 75 171 0.22 0.56 0 0.33 276.25 0.39 0.48
Hex 85 4B AB 16 38 0 21 114 27 30
Octal 205 113 253 26 70 0 41 424 47 60
Binary 10000101 1001011 10101011 10110 111000 0 100001 100010100 100111 110000

Color Harmonies of #854BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854BAB

Black with #854BAB

Text Example


Text Example

White with #854BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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