Html Css Color HEX #853CFF Blue Violet

📋 copy color: '#853CFF'

red 133 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #853CFF

Tints of Blue Violet #853CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 29.69%
G = 13.39%
B = 56.92%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#853CFF (or 0x853CFF) is known color: Blue Violet. HEX triplet: 85, 3C and FF. RGB value is (133,60,255). Sum of RGB (Red+Green+Blue) = 133+60+255=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #853CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CFF is #7AC300. Grayscale: #676767. Windows color (decimal): -8045313 or 16727173. OLE color: 16727173.

HSL color Cylindrical-coordinate representation of color #853CFF: hue angle of 262.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #853CFF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 60 255 -
CMYK 0.48 0.76 0 0
HSL 262.46º 1% 0.62% -
HSV(B) 262.46º 0.76% 1% -
XYZ 29.34 15.44 96.04 -
YUV 104.06 213.18 148.64 -
System Red Green Blue C M Y K H S L
Decimal 133 60 255 0.48 0.76 0 0 262.46 1 0.62
Hex 85 3C FF 30 4C 0 0 106 64 3E
Octal 205 74 377 60 114 0 0 406 144 76
Binary 10000101 111100 11111111 110000 1001100 0 0 100000110 1100100 111110

Color Harmonies of #853CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CFF

Black with #853CFF

Text Example


Text Example

White with #853CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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