Html Css Color HEX #853AFB Blue Violet

📋 copy color: '#853AFB'

red 133 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #853AFB

Tints of Blue Violet #853AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.12%

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 30.09%
G = 13.12%
B = 56.79%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#853AFB (or 0x853AFB) is known color: Blue Violet. HEX triplet: 85, 3A and FB. RGB value is (133,58,251). Sum of RGB (Red+Green+Blue) = 133+58+251=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #853AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853AFB is #7AC504. Grayscale: #656565. Windows color (decimal): -8045829 or 16464517. OLE color: 16464517.

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

Color convert

RGB 133 58 251 -
CMYK 0.47 0.77 0 0.02
HSL 263.32º 0.96% 0.61% -
HSV(B) 263.32º 0.77% 0.98% -
XYZ 28.6 14.98 92.65 -
YUV 102.43 211.85 149.81 -
System Red Green Blue C M Y K H S L
Decimal 133 58 251 0.47 0.77 0 0.02 263.32 0.96 0.61
Hex 85 3A FB 2F 4D 0 2 107 60 3D
Octal 205 72 373 57 115 0 2 407 140 75
Binary 10000101 111010 11111011 101111 1001101 0 10 100000111 1100000 111101

Color Harmonies of #853AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AFB

Black with #853AFB

Text Example


Text Example

White with #853AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,58,251); }

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

background-color css

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

 a { background-color: rgb(133,58,251); }

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

border-color css

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

 span { border-color: rgb(133,58,251); }

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