Html Css Color HEX #854BDE Blue Violet

📋 copy color: '#854BDE'

red 133 ◦ green 75 ◦ blue 222

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

Shades of Blue Violet #854BDE

Tints of Blue Violet #854BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 30.93%
G = 17.44%
B = 51.63%

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

#854BDE (or 0x854BDE) is known color: Blue Violet. HEX triplet: 85, 4B and DE. RGB value is (133,75,222). Sum of RGB (Red+Green+Blue) = 133+75+222=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #854BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BDE is #7AB421. Grayscale: #6C6C6C. Windows color (decimal): -8041506 or 14568325. OLE color: 14568325.

HSL color Cylindrical-coordinate representation of color #854BDE: hue angle of 263.67º degrees, saturation: 0.69, 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 #854BDE is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 75 222 -
CMYK 0.40 0.66 0 0.13
HSL 263.67º 0.69% 0.58% -
HSV(B) 263.67º 0.66% 0.87% -
XYZ 25.37 15.29 70.72 -
YUV 109.1 191.72 145.05 -
System Red Green Blue C M Y K H S L
Decimal 133 75 222 0.40 0.66 0 0.13 263.67 0.69 0.58
Hex 85 4B DE 28 42 0 D 108 45 3A
Octal 205 113 336 50 102 0 15 410 105 72
Binary 10000101 1001011 11011110 101000 1000010 0 1101 100001000 1000101 111010

Color Harmonies of #854BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854BDE

Black with #854BDE

Text Example


Text Example

White with #854BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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