Html Css Color HEX #854490 Vivid Violet

📋 copy color: '#854490'

red 133 ◦ green 68 ◦ blue 144

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

Shades of Vivid Violet #854490

Tints of Vivid Violet #854490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 38.55%
G = 19.71%
B = 41.74%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#854490 (or 0x854490) is known color: Vivid Violet. HEX triplet: 85, 44 and 90. RGB value is (133,68,144). Sum of RGB (Red+Green+Blue) = 133+68+144=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #854490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854490 is #7ABB6F. Grayscale: #5F5F5F. Windows color (decimal): -8043376 or 9454725. OLE color: 9454725.

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

Color convert

RGB 133 68 144 -
CMYK 0.08 0.53 0 0.44
HSL 291.32º 0.36% 0.42% -
HSV(B) 291.32º 0.53% 0.56% -
XYZ 16.77 11.13 27.65 -
YUV 96.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 133 68 144 0.08 0.53 0 0.44 291.32 0.36 0.42
Hex 85 44 90 8 35 0 2C 123 24 2A
Octal 205 104 220 10 65 0 54 443 44 52
Binary 10000101 1000100 10010000 1000 110101 0 101100 100100011 100100 101010

Color Harmonies of #854490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854490

Black with #854490

Text Example


Text Example

White with #854490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854490; }

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

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

background-color css

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

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

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

border-color css

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

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

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