Html Css Color HEX #854ADE Blue Violet

📋 copy color: '#854ADE'

red 133 ◦ green 74 ◦ blue 222

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

Shades of Blue Violet #854ADE

Tints of Blue Violet #854ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

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

R = 31%
G = 17.25%
B = 51.75%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#854ADE (or 0x854ADE) is known color: Blue Violet. HEX triplet: 85, 4A and DE. RGB value is (133,74,222). Sum of RGB (Red+Green+Blue) = 133+74+222=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #854ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854ADE is #7AB521. Grayscale: #6B6B6B. Windows color (decimal): -8041762 or 14568069. OLE color: 14568069.

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

Color convert

RGB 133 74 222 -
CMYK 0.40 0.67 0 0.13
HSL 263.92º 0.69% 0.58% -
HSV(B) 263.92º 0.67% 0.87% -
XYZ 25.31 15.16 70.7 -
YUV 108.51 192.05 145.47 -
System Red Green Blue C M Y K H S L
Decimal 133 74 222 0.40 0.67 0 0.13 263.92 0.69 0.58
Hex 85 4A DE 28 43 0 D 108 45 3A
Octal 205 112 336 50 103 0 15 410 105 72
Binary 10000101 1001010 11011110 101000 1000011 0 1101 100001000 1000101 111010

Color Harmonies of #854ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854ADE

Black with #854ADE

Text Example


Text Example

White with #854ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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