Html Css Color HEX #853BEB Blue Violet

📋 copy color: '#853BEB'

red 133 ◦ green 59 ◦ blue 235

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

Shades of Blue Violet #853BEB

Tints of Blue Violet #853BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.82%

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

R = 31.15%
G = 13.82%
B = 55.04%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#853BEB (or 0x853BEB) is known color: Blue Violet. HEX triplet: 85, 3B and EB. RGB value is (133,59,235). Sum of RGB (Red+Green+Blue) = 133+59+235=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #853BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853BEB is #7AC414. Grayscale: #646464. Windows color (decimal): -8045589 or 15416197. OLE color: 15416197.

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

Color convert

RGB 133 59 235 -
CMYK 0.43 0.75 0 0.08
HSL 265.23º 0.81% 0.58% -
HSV(B) 265.23º 0.75% 0.92% -
XYZ 26.23 14.11 79.94 -
YUV 101.19 203.52 150.69 -
System Red Green Blue C M Y K H S L
Decimal 133 59 235 0.43 0.75 0 0.08 265.23 0.81 0.58
Hex 85 3B EB 2B 4B 0 8 109 51 3A
Octal 205 73 353 53 113 0 10 411 121 72
Binary 10000101 111011 11101011 101011 1001011 0 1000 100001001 1010001 111010

Color Harmonies of #853BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BEB

Black with #853BEB

Text Example


Text Example

White with #853BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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