Html Css Color HEX #853BB3 Studio

📋 copy color: '#853BB3'

red 133 ◦ green 59 ◦ blue 179

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

Shades of Studio #853BB3

Tints of Studio #853BB3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

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

R = 35.85%
G = 15.9%
B = 48.25%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#853BB3 (or 0x853BB3) is known color: Studio. HEX triplet: 85, 3B and B3. RGB value is (133,59,179). Sum of RGB (Red+Green+Blue) = 133+59+179=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #853BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BB3 is #7AC44C. Grayscale: #5E5E5E. Windows color (decimal): -8045645 or 11746181. OLE color: 11746181.

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

Color convert

RGB 133 59 179 -
CMYK 0.26 0.67 0 0.30
HSL 277º 0.5% 0.47% -
HSV(B) 277º 0.67% 0.7% -
XYZ 19.37 11.37 43.82 -
YUV 94.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 133 59 179 0.26 0.67 0 0.30 277 0.5 0.47
Hex 85 3B B3 1A 43 0 1E 115 32 2F
Octal 205 73 263 32 103 0 36 425 62 57
Binary 10000101 111011 10110011 11010 1000011 0 11110 100010101 110010 101111

Color Harmonies of #853BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BB3

Black with #853BB3

Text Example


Text Example

White with #853BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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