Html Css Color HEX #853CEC Blue Violet

📋 copy color: '#853CEC'

red 133 ◦ green 60 ◦ blue 236

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

Shades of Blue Violet #853CEC

Tints of Blue Violet #853CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.99%

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

R = 31%
G = 13.99%
B = 55.01%

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

#853CEC (or 0x853CEC) is known color: Blue Violet. HEX triplet: 85, 3C and EC. RGB value is (133,60,236). Sum of RGB (Red+Green+Blue) = 133+60+236=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #853CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CEC is #7AC313. Grayscale: #656565. Windows color (decimal): -8045332 or 15481989. OLE color: 15481989.

HSL color Cylindrical-coordinate representation of color #853CEC: hue angle of 264.89º 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 #853CEC is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 60 236 -
CMYK 0.44 0.75 0 0.07
HSL 264.89º 0.82% 0.58% -
HSV(B) 264.89º 0.75% 0.93% -
XYZ 26.43 14.27 80.72 -
YUV 101.89 203.68 150.19 -
System Red Green Blue C M Y K H S L
Decimal 133 60 236 0.44 0.75 0 0.07 264.89 0.82 0.58
Hex 85 3C EC 2C 4B 0 7 109 52 3A
Octal 205 74 354 54 113 0 7 411 122 72
Binary 10000101 111100 11101100 101100 1001011 0 111 100001001 1010010 111010

Color Harmonies of #853CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CEC

Black with #853CEC

Text Example


Text Example

White with #853CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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