Html Css Color HEX #853FEF Blue Violet

📋 copy color: '#853FEF'

red 133 ◦ green 63 ◦ blue 239

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

Shades of Blue Violet #853FEF

Tints of Blue Violet #853FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 30.57%
G = 14.48%
B = 54.94%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#853FEF (or 0x853FEF) is known color: Blue Violet. HEX triplet: 85, 3F and EF. RGB value is (133,63,239). Sum of RGB (Red+Green+Blue) = 133+63+239=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #853FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FEF is #7AC010. Grayscale: #676767. Windows color (decimal): -8044561 or 15679365. OLE color: 15679365.

HSL color Cylindrical-coordinate representation of color #853FEF: hue angle of 263.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853FEF is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 63 239 -
CMYK 0.44 0.74 0 0.06
HSL 263.86º 0.85% 0.59% -
HSV(B) 263.86º 0.74% 0.94% -
XYZ 27.03 14.77 83.09 -
YUV 103.99 204.19 148.69 -
System Red Green Blue C M Y K H S L
Decimal 133 63 239 0.44 0.74 0 0.06 263.86 0.85 0.59
Hex 85 3F EF 2C 4A 0 6 108 55 3B
Octal 205 77 357 54 112 0 6 410 125 73
Binary 10000101 111111 11101111 101100 1001010 0 110 100001000 1010101 111011

Color Harmonies of #853FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FEF

Black with #853FEF

Text Example


Text Example

White with #853FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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