Html Css Color HEX #853CFD Blue Violet

📋 copy color: '#853CFD'

red 133 ◦ green 60 ◦ blue 253

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

Shades of Blue Violet #853CFD

Tints of Blue Violet #853CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.45%

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

R = 29.82%
G = 13.45%
B = 56.73%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#853CFD (or 0x853CFD) is known color: Blue Violet. HEX triplet: 85, 3C and FD. RGB value is (133,60,253). Sum of RGB (Red+Green+Blue) = 133+60+253=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #853CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CFD is #7AC302. Grayscale: #676767. Windows color (decimal): -8045315 or 16596101. OLE color: 16596101.

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

Color convert

RGB 133 60 253 -
CMYK 0.47 0.76 0 0.01
HSL 262.69º 0.98% 0.61% -
HSV(B) 262.69º 0.76% 0.99% -
XYZ 29.02 15.31 94.35 -
YUV 103.83 212.18 148.81 -
System Red Green Blue C M Y K H S L
Decimal 133 60 253 0.47 0.76 0 0.01 262.69 0.98 0.61
Hex 85 3C FD 2F 4C 0 1 107 62 3D
Octal 205 74 375 57 114 0 1 407 142 75
Binary 10000101 111100 11111101 101111 1001100 0 1 100000111 1100010 111101

Color Harmonies of #853CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CFD

Black with #853CFD

Text Example


Text Example

White with #853CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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