Html Css Color HEX #854893 Vivid Violet

📋 copy color: '#854893'

red 133 ◦ green 72 ◦ blue 147

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

Shades of Vivid Violet #854893

Tints of Vivid Violet #854893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

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

R = 37.78%
G = 20.45%
B = 41.76%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#854893 (or 0x854893) is known color: Vivid Violet. HEX triplet: 85, 48 and 93. RGB value is (133,72,147). Sum of RGB (Red+Green+Blue) = 133+72+147=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #854893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854893 is #7AB76C. Grayscale: #626262. Windows color (decimal): -8042349 or 9652357. OLE color: 9652357.

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

Color convert

RGB 133 72 147 -
CMYK 0.10 0.51 0 0.42
HSL 288.8º 0.34% 0.43% -
HSV(B) 288.8º 0.51% 0.58% -
XYZ 17.26 11.73 28.96 -
YUV 98.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 133 72 147 0.10 0.51 0 0.42 288.8 0.34 0.43
Hex 85 48 93 A 33 0 2A 121 22 2B
Octal 205 110 223 12 63 0 52 441 42 53
Binary 10000101 1001000 10010011 1010 110011 0 101010 100100001 100010 101011

Color Harmonies of #854893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854893

Black with #854893

Text Example


Text Example

White with #854893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854893; }

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

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

background-color css

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

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

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

border-color css

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

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

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