Html Css Color HEX #854394 Vivid Violet

📋 copy color: '#854394'

red 133 ◦ green 67 ◦ blue 148

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

Shades of Vivid Violet #854394

Tints of Vivid Violet #854394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 38.22%
G = 19.25%
B = 42.53%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#854394 (or 0x854394) is known color: Vivid Violet. HEX triplet: 85, 43 and 94. RGB value is (133,67,148). Sum of RGB (Red+Green+Blue) = 133+67+148=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #854394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854394 is #7ABC6B. Grayscale: #5F5F5F. Windows color (decimal): -8043628 or 9716613. OLE color: 9716613.

HSL color Cylindrical-coordinate representation of color #854394: hue angle of 288.89º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854394 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 67 148 -
CMYK 0.10 0.55 0 0.42
HSL 288.89º 0.38% 0.42% -
HSV(B) 288.89º 0.55% 0.58% -
XYZ 17.03 11.14 29.27 -
YUV 95.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 133 67 148 0.10 0.55 0 0.42 288.89 0.38 0.42
Hex 85 43 94 A 37 0 2A 121 26 2A
Octal 205 103 224 12 67 0 52 441 46 52
Binary 10000101 1000011 10010100 1010 110111 0 101010 100100001 100110 101010

Color Harmonies of #854394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854394

Black with #854394

Text Example


Text Example

White with #854394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854394; }

 p { color: rgb(133,67,148); }

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

background-color css

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

 a { background-color: rgb(133,67,148); }

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

border-color css

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

 span { border-color: rgb(133,67,148); }

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