Html Css Color HEX #854E9A Vivid Violet

📋 copy color: '#854E9A'

red 133 ◦ green 78 ◦ blue 154

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

Shades of Vivid Violet #854E9A

Tints of Vivid Violet #854E9A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 36.44%
G = 21.37%
B = 42.19%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#854E9A (or 0x854E9A) is known color: Vivid Violet. HEX triplet: 85, 4E and 9A. RGB value is (133,78,154). Sum of RGB (Red+Green+Blue) = 133+78+154=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #854E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854E9A is #7AB165. Grayscale: #666666. Windows color (decimal): -8040806 or 10112645. OLE color: 10112645.

HSL color Cylindrical-coordinate representation of color #854E9A: hue angle of 283.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854E9A is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 78 154 -
CMYK 0.14 0.49 0 0.40
HSL 283.42º 0.33% 0.45% -
HSV(B) 283.42º 0.49% 0.6% -
XYZ 18.23 12.77 32.08 -
YUV 103.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 133 78 154 0.14 0.49 0 0.40 283.42 0.33 0.45
Hex 85 4E 9A E 31 0 28 11B 21 2D
Octal 205 116 232 16 61 0 50 433 41 55
Binary 10000101 1001110 10011010 1110 110001 0 101000 100011011 100001 101101

Color Harmonies of #854E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E9A

Black with #854E9A

Text Example


Text Example

White with #854E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,78,154); }

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

background-color css

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

 a { background-color: rgb(133,78,154); }

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

border-color css

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

 span { border-color: rgb(133,78,154); }

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