Html Css Color HEX #854BDF Blue Violet

📋 copy color: '#854BDF'

red 133 ◦ green 75 ◦ blue 223

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

Shades of Blue Violet #854BDF

Tints of Blue Violet #854BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 30.86%
G = 17.4%
B = 51.74%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#854BDF (or 0x854BDF) is known color: Blue Violet. HEX triplet: 85, 4B and DF. RGB value is (133,75,223). Sum of RGB (Red+Green+Blue) = 133+75+223=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #854BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BDF is #7AB420. Grayscale: #6C6C6C. Windows color (decimal): -8041505 or 14633861. OLE color: 14633861.

HSL color Cylindrical-coordinate representation of color #854BDF: hue angle of 263.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #854BDF is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 75 223 -
CMYK 0.40 0.66 0 0.13
HSL 263.51º 0.7% 0.58% -
HSV(B) 263.51º 0.66% 0.87% -
XYZ 25.51 15.35 71.43 -
YUV 109.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 133 75 223 0.40 0.66 0 0.13 263.51 0.7 0.58
Hex 85 4B DF 28 42 0 D 108 46 3A
Octal 205 113 337 50 102 0 15 410 106 72
Binary 10000101 1001011 11011111 101000 1000010 0 1101 100001000 1000110 111010

Color Harmonies of #854BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854BDF

Black with #854BDF

Text Example


Text Example

White with #854BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854BDF; }

 p { color: rgb(133,75,223); }

 H1.HeaderClassName
 {
   color: #854BDF;
 }
 .AnyTagClassName
 {
   color: #854BDF;
 }
</style>

background-color css

<style>
 a { background-color: #854BDF; }

 a { background-color: rgb(133,75,223); }

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

border-color css

<style>
 span { border-color: #854BDF; }

 span { border-color: rgb(133,75,223); }

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