Html Css Color HEX #853AEC Blue Violet

📋 copy color: '#853AEC'

red 133 ◦ green 58 ◦ blue 236

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

Shades of Blue Violet #853AEC

Tints of Blue Violet #853AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 31.15%
G = 13.58%
B = 55.27%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#853AEC (or 0x853AEC) is known color: Blue Violet. HEX triplet: 85, 3A and EC. RGB value is (133,58,236). Sum of RGB (Red+Green+Blue) = 133+58+236=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #853AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853AEC is #7AC513. Grayscale: #646464. Windows color (decimal): -8045844 or 15481477. OLE color: 15481477.

HSL color Cylindrical-coordinate representation of color #853AEC: hue angle of 265.28º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853AEC is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 58 236 -
CMYK 0.44 0.75 0 0.07
HSL 265.28º 0.82% 0.58% -
HSV(B) 265.28º 0.75% 0.93% -
XYZ 26.33 14.07 80.68 -
YUV 100.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 133 58 236 0.44 0.75 0 0.07 265.28 0.82 0.58
Hex 85 3A EC 2C 4B 0 7 109 52 3A
Octal 205 72 354 54 113 0 7 411 122 72
Binary 10000101 111010 11101100 101100 1001011 0 111 100001001 1010010 111010

Color Harmonies of #853AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AEC

Black with #853AEC

Text Example


Text Example

White with #853AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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