Html Css Color HEX #854493 Vivid Violet

📋 copy color: '#854493'

red 133 ◦ green 68 ◦ blue 147

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

Shades of Vivid Violet #854493

Tints of Vivid Violet #854493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 147 (57.81% from 255) = 42.24%

R = 38.22%
G = 19.54%
B = 42.24%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#854493 (or 0x854493) is known color: Vivid Violet. HEX triplet: 85, 44 and 93. RGB value is (133,68,147). Sum of RGB (Red+Green+Blue) = 133+68+147=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #854493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854493 is #7ABB6C. Grayscale: #606060. Windows color (decimal): -8043373 or 9651333. OLE color: 9651333.

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

Color convert

RGB 133 68 147 -
CMYK 0.10 0.54 0 0.42
HSL 289.37º 0.37% 0.42% -
HSV(B) 289.37º 0.54% 0.58% -
XYZ 17.01 11.23 28.87 -
YUV 96.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 133 68 147 0.10 0.54 0 0.42 289.37 0.37 0.42
Hex 85 44 93 A 36 0 2A 121 25 2A
Octal 205 104 223 12 66 0 52 441 45 52
Binary 10000101 1000100 10010011 1010 110110 0 101010 100100001 100101 101010

Color Harmonies of #854493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854493

Black with #854493

Text Example


Text Example

White with #854493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854493; }

 p { color: rgb(133,68,147); }

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

background-color css

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

 a { background-color: rgb(133,68,147); }

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

border-color css

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

 span { border-color: rgb(133,68,147); }

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