Html Css Color HEX #853FD7 Blue Violet

📋 copy color: '#853FD7'

red 133 ◦ green 63 ◦ blue 215

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

Shades of Blue Violet #853FD7

Tints of Blue Violet #853FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.31%

R = 32.36%
G = 15.33%
B = 52.31%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#853FD7 (or 0x853FD7) is known color: Blue Violet. HEX triplet: 85, 3F and D7. RGB value is (133,63,215). Sum of RGB (Red+Green+Blue) = 133+63+215=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #853FD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FD7 is #7AC028. Grayscale: #646464. Windows color (decimal): -8044585 or 14106501. OLE color: 14106501.

HSL color Cylindrical-coordinate representation of color #853FD7: hue angle of 267.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853FD7 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 63 215 -
CMYK 0.38 0.71 0 0.16
HSL 267.63º 0.66% 0.55% -
HSV(B) 267.63º 0.71% 0.84% -
XYZ 23.72 13.45 65.64 -
YUV 101.26 192.19 150.64 -
System Red Green Blue C M Y K H S L
Decimal 133 63 215 0.38 0.71 0 0.16 267.63 0.66 0.55
Hex 85 3F D7 26 47 0 10 10C 42 37
Octal 205 77 327 46 107 0 20 414 102 67
Binary 10000101 111111 11010111 100110 1000111 0 10000 100001100 1000010 110111

Color Harmonies of #853FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FD7

Black with #853FD7

Text Example


Text Example

White with #853FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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