Html Css Color HEX #853FB3 Studio

📋 copy color: '#853FB3'

red 133 ◦ green 63 ◦ blue 179

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

Shades of Studio #853FB3

Tints of Studio #853FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 35.47%
G = 16.8%
B = 47.73%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#853FB3 (or 0x853FB3) is known color: Studio. HEX triplet: 85, 3F and B3. RGB value is (133,63,179). Sum of RGB (Red+Green+Blue) = 133+63+179=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #853FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FB3 is #7AC04C. Grayscale: #606060. Windows color (decimal): -8044621 or 11747205. OLE color: 11747205.

HSL color Cylindrical-coordinate representation of color #853FB3: hue angle of 276.21º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853FB3 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 63 179 -
CMYK 0.26 0.65 0 0.30
HSL 276.21º 0.48% 0.47% -
HSV(B) 276.21º 0.65% 0.7% -
XYZ 19.59 11.8 43.89 -
YUV 97.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 133 63 179 0.26 0.65 0 0.30 276.21 0.48 0.47
Hex 85 3F B3 1A 41 0 1E 114 30 2F
Octal 205 77 263 32 101 0 36 424 60 57
Binary 10000101 111111 10110011 11010 1000001 0 11110 100010100 110000 101111

Color Harmonies of #853FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FB3

Black with #853FB3

Text Example


Text Example

White with #853FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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