Html Css Color HEX #854E97 Vivid Violet

📋 copy color: '#854E97'

red 133 ◦ green 78 ◦ blue 151

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

Shades of Vivid Violet #854E97

Tints of Vivid Violet #854E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.71%

R = 36.74%
G = 21.55%
B = 41.71%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#854E97 (or 0x854E97) is known color: Vivid Violet. HEX triplet: 85, 4E and 97. RGB value is (133,78,151). Sum of RGB (Red+Green+Blue) = 133+78+151=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 151 - color contains mainly: blue. Hex color #854E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854E97 is #7AB168. Grayscale: #666666. Windows color (decimal): -8040809 or 9916037. OLE color: 9916037.

HSL color Cylindrical-coordinate representation of color #854E97: hue angle of 285.21º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854E97 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 78 151 -
CMYK 0.12 0.48 0 0.41
HSL 285.21º 0.32% 0.45% -
HSV(B) 285.21º 0.48% 0.59% -
XYZ 17.98 12.67 30.78 -
YUV 102.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 133 78 151 0.12 0.48 0 0.41 285.21 0.32 0.45
Hex 85 4E 97 C 30 0 29 11D 20 2D
Octal 205 116 227 14 60 0 51 435 40 55
Binary 10000101 1001110 10010111 1100 110000 0 101001 100011101 100000 101101

Color Harmonies of #854E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E97

Black with #854E97

Text Example


Text Example

White with #854E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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