Html Css Color HEX #853FFA Blue Violet

📋 copy color: '#853FFA'

red 133 ◦ green 63 ◦ blue 250

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

Shades of Blue Violet #853FFA

Tints of Blue Violet #853FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 29.82%
G = 14.13%
B = 56.05%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#853FFA (or 0x853FFA) is known color: Blue Violet. HEX triplet: 85, 3F and FA. RGB value is (133,63,250). Sum of RGB (Red+Green+Blue) = 133+63+250=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #853FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FFA is #7AC005. Grayscale: #686868. Windows color (decimal): -8044550 or 16400261. OLE color: 16400261.

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

Color convert

RGB 133 63 250 -
CMYK 0.47 0.75 0 0.02
HSL 262.46º 0.95% 0.61% -
HSV(B) 262.46º 0.75% 0.98% -
XYZ 28.71 15.44 91.91 -
YUV 105.25 209.69 147.79 -
System Red Green Blue C M Y K H S L
Decimal 133 63 250 0.47 0.75 0 0.02 262.46 0.95 0.61
Hex 85 3F FA 2F 4B 0 2 106 5F 3D
Octal 205 77 372 57 113 0 2 406 137 75
Binary 10000101 111111 11111010 101111 1001011 0 10 100000110 1011111 111101

Color Harmonies of #853FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FFA

Black with #853FFA

Text Example


Text Example

White with #853FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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