Html Css Color HEX #854497 Vivid Violet

📋 copy color: '#854497'

red 133 ◦ green 68 ◦ blue 151

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

Shades of Vivid Violet #854497

Tints of Vivid Violet #854497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.9%

R = 37.78%
G = 19.32%
B = 42.9%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#854497 (or 0x854497) is known color: Vivid Violet. HEX triplet: 85, 44 and 97. RGB value is (133,68,151). Sum of RGB (Red+Green+Blue) = 133+68+151=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #854497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854497 is #7ABB68. Grayscale: #606060. Windows color (decimal): -8043369 or 9913477. OLE color: 9913477.

HSL color Cylindrical-coordinate representation of color #854497: hue angle of 286.99º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854497 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 68 151 -
CMYK 0.12 0.55 0 0.41
HSL 286.99º 0.38% 0.43% -
HSV(B) 286.99º 0.55% 0.59% -
XYZ 17.33 11.36 30.56 -
YUV 96.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 133 68 151 0.12 0.55 0 0.41 286.99 0.38 0.43
Hex 85 44 97 C 37 0 29 11F 26 2B
Octal 205 104 227 14 67 0 51 437 46 53
Binary 10000101 1000100 10010111 1100 110111 0 101001 100011111 100110 101011

Color Harmonies of #854497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854497

Black with #854497

Text Example


Text Example

White with #854497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854497; }

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

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

background-color css

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

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

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

border-color css

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

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

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