Html Css Color HEX #853FEB Blue Violet

📋 copy color: '#853FEB'

red 133 ◦ green 63 ◦ blue 235

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

Shades of Blue Violet #853FEB

Tints of Blue Violet #853FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.62%

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 30.86%
G = 14.62%
B = 54.52%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#853FEB (or 0x853FEB) is known color: Blue Violet. HEX triplet: 85, 3F and EB. RGB value is (133,63,235). Sum of RGB (Red+Green+Blue) = 133+63+235=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #853FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FEB is #7AC014. Grayscale: #666666. Windows color (decimal): -8044565 or 15417221. OLE color: 15417221.

HSL color Cylindrical-coordinate representation of color #853FEB: hue angle of 264.42º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853FEB is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 63 235 -
CMYK 0.43 0.73 0 0.08
HSL 264.42º 0.81% 0.58% -
HSV(B) 264.42º 0.73% 0.92% -
XYZ 26.45 14.54 80.01 -
YUV 103.54 202.19 149.01 -
System Red Green Blue C M Y K H S L
Decimal 133 63 235 0.43 0.73 0 0.08 264.42 0.81 0.58
Hex 85 3F EB 2B 49 0 8 108 51 3A
Octal 205 77 353 53 111 0 10 410 121 72
Binary 10000101 111111 11101011 101011 1001001 0 1000 100001000 1010001 111010

Color Harmonies of #853FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FEB

Black with #853FEB

Text Example


Text Example

White with #853FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,63,235); }

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

background-color css

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

 a { background-color: rgb(133,63,235); }

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

border-color css

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

 span { border-color: rgb(133,63,235); }

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