Html Css Color HEX #853AD6 Blue Violet

📋 copy color: '#853AD6'

red 133 ◦ green 58 ◦ blue 214

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

Shades of Blue Violet #853AD6

Tints of Blue Violet #853AD6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.32%

 BLUE value IS 214 (83.98% from 255) = 52.84%

R = 32.84%
G = 14.32%
B = 52.84%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#853AD6 (or 0x853AD6) is known color: Blue Violet. HEX triplet: 85, 3A and D6. RGB value is (133,58,214). Sum of RGB (Red+Green+Blue) = 133+58+214=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #853AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853AD6 is #7AC529. Grayscale: #616161. Windows color (decimal): -8045866 or 14039685. OLE color: 14039685.

HSL color Cylindrical-coordinate representation of color #853AD6: hue angle of 268.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853AD6 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 58 214 -
CMYK 0.38 0.73 0 0.16
HSL 268.85º 0.66% 0.53% -
HSV(B) 268.85º 0.73% 0.84% -
XYZ 23.32 12.87 64.87 -
YUV 98.21 193.35 152.82 -
System Red Green Blue C M Y K H S L
Decimal 133 58 214 0.38 0.73 0 0.16 268.85 0.66 0.53
Hex 85 3A D6 26 49 0 10 10D 42 35
Octal 205 72 326 46 111 0 20 415 102 65
Binary 10000101 111010 11010110 100110 1001001 0 10000 100001101 1000010 110101

Color Harmonies of #853AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AD6

Black with #853AD6

Text Example


Text Example

White with #853AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,58,214); }

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

background-color css

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

 a { background-color: rgb(133,58,214); }

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

border-color css

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

 span { border-color: rgb(133,58,214); }

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