Html Css Color HEX #854294 Vivid Violet

📋 copy color: '#854294'

red 133 ◦ green 66 ◦ blue 148

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

Shades of Vivid Violet #854294

Tints of Vivid Violet #854294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

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

R = 38.33%
G = 19.02%
B = 42.65%

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

#854294 (or 0x854294) is known color: Vivid Violet. HEX triplet: 85, 42 and 94. RGB value is (133,66,148). Sum of RGB (Red+Green+Blue) = 133+66+148=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #854294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854294 is #7ABD6B. Grayscale: #5F5F5F. Windows color (decimal): -8043884 or 9716357. OLE color: 9716357.

HSL color Cylindrical-coordinate representation of color #854294: hue angle of 289.02º 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 #854294 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 66 148 -
CMYK 0.10 0.55 0 0.42
HSL 289.02º 0.38% 0.42% -
HSV(B) 289.02º 0.55% 0.58% -
XYZ 16.97 11.02 29.25 -
YUV 95.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 133 66 148 0.10 0.55 0 0.42 289.02 0.38 0.42
Hex 85 42 94 A 37 0 2A 121 26 2A
Octal 205 102 224 12 67 0 52 441 46 52
Binary 10000101 1000010 10010100 1010 110111 0 101010 100100001 100110 101010

Color Harmonies of #854294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854294

Black with #854294

Text Example


Text Example

White with #854294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854294; }

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

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

background-color css

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

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

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

border-color css

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

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

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