Html Css Color HEX #854594 Vivid Violet

📋 copy color: '#854594'

red 133 ◦ green 69 ◦ blue 148

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

Shades of Vivid Violet #854594

Tints of Vivid Violet #854594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

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

R = 38%
G = 19.71%
B = 42.29%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#854594 (or 0x854594) is known color: Vivid Violet. HEX triplet: 85, 45 and 94. RGB value is (133,69,148). Sum of RGB (Red+Green+Blue) = 133+69+148=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #854594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854594 is #7ABA6B. Grayscale: #606060. Windows color (decimal): -8043116 or 9717125. OLE color: 9717125.

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

Color convert

RGB 133 69 148 -
CMYK 0.10 0.53 0 0.42
HSL 288.61º 0.36% 0.43% -
HSV(B) 288.61º 0.53% 0.58% -
XYZ 17.15 11.38 29.31 -
YUV 97.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 133 69 148 0.10 0.53 0 0.42 288.61 0.36 0.43
Hex 85 45 94 A 35 0 2A 121 24 2B
Octal 205 105 224 12 65 0 52 441 44 53
Binary 10000101 1000101 10010100 1010 110101 0 101010 100100001 100100 101011

Color Harmonies of #854594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854594

Black with #854594

Text Example


Text Example

White with #854594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854594; }

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

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

background-color css

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

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

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

border-color css

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

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

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