Html Css Color HEX #853BFD Blue Violet

📋 copy color: '#853BFD'

red 133 ◦ green 59 ◦ blue 253

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

Shades of Blue Violet #853BFD

Tints of Blue Violet #853BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 29.89%
G = 13.26%
B = 56.85%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#853BFD (or 0x853BFD) is known color: Blue Violet. HEX triplet: 85, 3B and FD. RGB value is (133,59,253). Sum of RGB (Red+Green+Blue) = 133+59+253=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #853BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853BFD is #7AC402. Grayscale: #666666. Windows color (decimal): -8045571 or 16595845. OLE color: 16595845.

HSL color Cylindrical-coordinate representation of color #853BFD: hue angle of 262.89º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #853BFD is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 59 253 -
CMYK 0.47 0.77 0 0.01
HSL 262.89º 0.98% 0.61% -
HSV(B) 262.89º 0.77% 0.99% -
XYZ 28.97 15.21 94.34 -
YUV 103.24 212.52 149.23 -
System Red Green Blue C M Y K H S L
Decimal 133 59 253 0.47 0.77 0 0.01 262.89 0.98 0.61
Hex 85 3B FD 2F 4D 0 1 107 62 3D
Octal 205 73 375 57 115 0 1 407 142 75
Binary 10000101 111011 11111101 101111 1001101 0 1 100000111 1100010 111101

Color Harmonies of #853BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BFD

Black with #853BFD

Text Example


Text Example

White with #853BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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