Html Css Color HEX #853ADA Blue Violet

📋 copy color: '#853ADA'

red 133 ◦ green 58 ◦ blue 218

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

Shades of Blue Violet #853ADA

Tints of Blue Violet #853ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 32.52%
G = 14.18%
B = 53.3%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#853ADA (or 0x853ADA) is known color: Blue Violet. HEX triplet: 85, 3A and DA. RGB value is (133,58,218). Sum of RGB (Red+Green+Blue) = 133+58+218=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #853ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ADA is #7AC525. Grayscale: #626262. Windows color (decimal): -8045862 or 14301829. OLE color: 14301829.

HSL color Cylindrical-coordinate representation of color #853ADA: hue angle of 268.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853ADA is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 58 218 -
CMYK 0.39 0.73 0 0.15
HSL 268.13º 0.68% 0.54% -
HSV(B) 268.13º 0.73% 0.85% -
XYZ 23.84 13.07 67.6 -
YUV 98.67 195.35 152.49 -
System Red Green Blue C M Y K H S L
Decimal 133 58 218 0.39 0.73 0 0.15 268.13 0.68 0.54
Hex 85 3A DA 27 49 0 F 10C 44 36
Octal 205 72 332 47 111 0 17 414 104 66
Binary 10000101 111010 11011010 100111 1001001 0 1111 100001100 1000100 110110

Color Harmonies of #853ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ADA

Black with #853ADA

Text Example


Text Example

White with #853ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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