Html Css Color HEX #854693 Vivid Violet

📋 copy color: '#854693'

red 133 ◦ green 70 ◦ blue 147

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

Shades of Vivid Violet #854693

Tints of Vivid Violet #854693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

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

R = 38%
G = 20%
B = 42%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#854693 (or 0x854693) is known color: Vivid Violet. HEX triplet: 85, 46 and 93. RGB value is (133,70,147). Sum of RGB (Red+Green+Blue) = 133+70+147=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #854693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854693 is #7AB96C. Grayscale: #616161. Windows color (decimal): -8042861 or 9651845. OLE color: 9651845.

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

Color convert

RGB 133 70 147 -
CMYK 0.10 0.52 0 0.42
HSL 289.09º 0.35% 0.43% -
HSV(B) 289.09º 0.52% 0.58% -
XYZ 17.13 11.47 28.92 -
YUV 97.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 133 70 147 0.10 0.52 0 0.42 289.09 0.35 0.43
Hex 85 46 93 A 34 0 2A 121 23 2B
Octal 205 106 223 12 64 0 52 441 43 53
Binary 10000101 1000110 10010011 1010 110100 0 101010 100100001 100011 101011

Color Harmonies of #854693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854693

Black with #854693

Text Example


Text Example

White with #854693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854693; }

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

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

background-color css

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

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

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

border-color css

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

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

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