Html Css Color HEX #853DB3 Studio

📋 copy color: '#853DB3'

red 133 ◦ green 61 ◦ blue 179

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

Shades of Studio #853DB3

Tints of Studio #853DB3

RGB

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

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

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

R = 35.66%
G = 16.35%
B = 47.99%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#853DB3 (or 0x853DB3) is known color: Studio. HEX triplet: 85, 3D and B3. RGB value is (133,61,179). Sum of RGB (Red+Green+Blue) = 133+61+179=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #853DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DB3 is #7AC24C. Grayscale: #5F5F5F. Windows color (decimal): -8045133 or 11746693. OLE color: 11746693.

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

Color convert

RGB 133 61 179 -
CMYK 0.26 0.66 0 0.30
HSL 276.61º 0.49% 0.47% -
HSV(B) 276.61º 0.66% 0.7% -
XYZ 19.48 11.58 43.86 -
YUV 95.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 133 61 179 0.26 0.66 0 0.30 276.61 0.49 0.47
Hex 85 3D B3 1A 42 0 1E 115 31 2F
Octal 205 75 263 32 102 0 36 425 61 57
Binary 10000101 111101 10110011 11010 1000010 0 11110 100010101 110001 101111

Color Harmonies of #853DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DB3

Black with #853DB3

Text Example


Text Example

White with #853DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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