Html Css Color HEX #864593 Vivid Violet

📋 copy color: '#864593'

red 134 ◦ green 69 ◦ blue 147

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

Shades of Vivid Violet #864593

Tints of Vivid Violet #864593

RGB

 RED value IS 134 (52.73% from 255) = 38.29%

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

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

R = 38.29%
G = 19.71%
B = 42%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#864593 (or 0x864593) is known color: Vivid Violet. HEX triplet: 86, 45 and 93. RGB value is (134,69,147). Sum of RGB (Red+Green+Blue) = 134+69+147=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 69 (27.34% from 255 or 19.71% 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 #864593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864593 is #79BA6C. Grayscale: #616161. Windows color (decimal): -7977581 or 9651590. OLE color: 9651590.

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

Color convert

RGB 134 69 147 -
CMYK 0.09 0.53 0 0.42
HSL 290º 0.36% 0.42% -
HSV(B) 290º 0.53% 0.58% -
XYZ 17.23 11.43 28.9 -
YUV 97.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 134 69 147 0.09 0.53 0 0.42 290 0.36 0.42
Hex 86 45 93 9 35 0 2A 122 24 2A
Octal 206 105 223 11 65 0 52 442 44 52
Binary 10000110 1000101 10010011 1001 110101 0 101010 100100010 100100 101010

Color Harmonies of #864593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864593

Black with #864593

Text Example


Text Example

White with #864593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864593; }

 p { color: rgb(134,69,147); }

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

background-color css

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

 a { background-color: rgb(134,69,147); }

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

border-color css

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

 span { border-color: rgb(134,69,147); }

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