Html Css Color HEX #863594 Vivid Violet

📋 copy color: '#863594'

red 134 ◦ green 53 ◦ blue 148

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

Shades of Vivid Violet #863594

Tints of Vivid Violet #863594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 40%
G = 15.82%
B = 44.18%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#863594 (or 0x863594) is known color: Vivid Violet. HEX triplet: 86, 35 and 94. RGB value is (134,53,148). Sum of RGB (Red+Green+Blue) = 134+53+148=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #863594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863594 is #79CA6B. Grayscale: #575757. Windows color (decimal): -7981676 or 9713030. OLE color: 9713030.

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

Color convert

RGB 134 53 148 -
CMYK 0.09 0.64 0 0.42
HSL 291.16º 0.47% 0.39% -
HSV(B) 291.16º 0.64% 0.58% -
XYZ 16.45 9.75 29.03 -
YUV 88.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 134 53 148 0.09 0.64 0 0.42 291.16 0.47 0.39
Hex 86 35 94 9 40 0 2A 123 2F 27
Octal 206 65 224 11 100 0 52 443 57 47
Binary 10000110 110101 10010100 1001 1000000 0 101010 100100011 101111 100111

Color Harmonies of #863594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863594

Black with #863594

Text Example


Text Example

White with #863594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863594; }

 p { color: rgb(134,53,148); }

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

background-color css

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

 a { background-color: rgb(134,53,148); }

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

border-color css

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

 span { border-color: rgb(134,53,148); }

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