Html Css Color HEX #854AD9 Blue Violet

📋 copy color: '#854AD9'

red 133 ◦ green 74 ◦ blue 217

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

Shades of Blue Violet #854AD9

Tints of Blue Violet #854AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.18%

R = 31.37%
G = 17.45%
B = 51.18%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#854AD9 (or 0x854AD9) is known color: Blue Violet. HEX triplet: 85, 4A and D9. RGB value is (133,74,217). Sum of RGB (Red+Green+Blue) = 133+74+217=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #854AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854AD9 is #7AB526. Grayscale: #6B6B6B. Windows color (decimal): -8041767 or 14240389. OLE color: 14240389.

HSL color Cylindrical-coordinate representation of color #854AD9: hue angle of 264.76º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #854AD9 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 74 217 -
CMYK 0.39 0.66 0 0.15
HSL 264.76º 0.65% 0.57% -
HSV(B) 264.76º 0.66% 0.85% -
XYZ 24.65 14.89 67.22 -
YUV 107.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 133 74 217 0.39 0.66 0 0.15 264.76 0.65 0.57
Hex 85 4A D9 27 42 0 F 109 41 39
Octal 205 112 331 47 102 0 17 411 101 71
Binary 10000101 1001010 11011001 100111 1000010 0 1111 100001001 1000001 111001

Color Harmonies of #854AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854AD9

Black with #854AD9

Text Example


Text Example

White with #854AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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