Html Css Color HEX #853ED6 Blue Violet

📋 copy color: '#853ED6'

red 133 ◦ green 62 ◦ blue 214

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

Shades of Blue Violet #853ED6

Tints of Blue Violet #853ED6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.16%

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

R = 32.52%
G = 15.16%
B = 52.32%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#853ED6 (or 0x853ED6) is known color: Blue Violet. HEX triplet: 85, 3E and D6. RGB value is (133,62,214). Sum of RGB (Red+Green+Blue) = 133+62+214=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #853ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ED6 is #7AC129. Grayscale: #646464. Windows color (decimal): -8044842 or 14040709. OLE color: 14040709.

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

Color convert

RGB 133 62 214 -
CMYK 0.38 0.71 0 0.16
HSL 268.03º 0.65% 0.54% -
HSV(B) 268.03º 0.71% 0.84% -
XYZ 23.53 13.29 64.94 -
YUV 100.56 192.02 151.14 -
System Red Green Blue C M Y K H S L
Decimal 133 62 214 0.38 0.71 0 0.16 268.03 0.65 0.54
Hex 85 3E D6 26 47 0 10 10C 41 36
Octal 205 76 326 46 107 0 20 414 101 66
Binary 10000101 111110 11010110 100110 1000111 0 10000 100001100 1000001 110110

Color Harmonies of #853ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ED6

Black with #853ED6

Text Example


Text Example

White with #853ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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