Html Css Color HEX #853DAB Studio

📋 copy color: '#853DAB'

red 133 ◦ green 61 ◦ blue 171

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

Shades of Studio #853DAB

Tints of Studio #853DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

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

R = 36.44%
G = 16.71%
B = 46.85%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#853DAB (or 0x853DAB) is known color: Studio. HEX triplet: 85, 3D and AB. RGB value is (133,61,171). Sum of RGB (Red+Green+Blue) = 133+61+171=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #853DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853DAB is #7AC254. Grayscale: #5E5E5E. Windows color (decimal): -8045141 or 11222405. OLE color: 11222405.

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

Color convert

RGB 133 61 171 -
CMYK 0.22 0.64 0 0.33
HSL 279.27º 0.47% 0.45% -
HSV(B) 279.27º 0.64% 0.67% -
XYZ 18.69 11.26 39.72 -
YUV 95.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 133 61 171 0.22 0.64 0 0.33 279.27 0.47 0.45
Hex 85 3D AB 16 40 0 21 117 2F 2D
Octal 205 75 253 26 100 0 41 427 57 55
Binary 10000101 111101 10101011 10110 1000000 0 100001 100010111 101111 101101

Color Harmonies of #853DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DAB

Black with #853DAB

Text Example


Text Example

White with #853DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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