Html Css Color HEX #854ADD Blue Violet

📋 copy color: '#854ADD'

red 133 ◦ green 74 ◦ blue 221

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

Shades of Blue Violet #854ADD

Tints of Blue Violet #854ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 31.07%
G = 17.29%
B = 51.64%

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

#854ADD (or 0x854ADD) is known color: Blue Violet. HEX triplet: 85, 4A and DD. RGB value is (133,74,221). Sum of RGB (Red+Green+Blue) = 133+74+221=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #854ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854ADD is #7AB522. Grayscale: #6B6B6B. Windows color (decimal): -8041763 or 14502533. OLE color: 14502533.

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

Color convert

RGB 133 74 221 -
CMYK 0.40 0.67 0 0.13
HSL 264.08º 0.68% 0.58% -
HSV(B) 264.08º 0.67% 0.87% -
XYZ 25.17 15.1 70 -
YUV 108.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 133 74 221 0.40 0.67 0 0.13 264.08 0.68 0.58
Hex 85 4A DD 28 43 0 D 108 44 3A
Octal 205 112 335 50 103 0 15 410 104 72
Binary 10000101 1001010 11011101 101000 1000011 0 1101 100001000 1000100 111010

Color Harmonies of #854ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854ADD

Black with #854ADD

Text Example


Text Example

White with #854ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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